Great little module you have here!

Noticed it was missing a rule for 0452 XXX XXX numbers which are pretty new, but it could be an idea for someone to go through and check the link http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia#Mobile_phone... and fix the whole rulset up in one fail swoop :)

I don't have the knowledge to do this, but for those needing help here is what i added to the au rules file in /sites/all/modules/phone/include/phone.au.inc

i added the following code on line 146:

<?php
$rules[] = array("452", 9, 9);
?>
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vijithaepa’s picture

There are should be "426", "452", "468" and "478" included as well.

Status: Needs review » Needs work

The last submitted patch, 1: phone-au-mobile-rules-2431501-1.patch, failed testing.