daddyz / phonelib

Ruby gem for phone validation and formatting using google libphonenumber library data
MIT License
1.04k stars 130 forks source link

Australian mobile number prefix #134

Open a-rutnam opened 6 years ago

a-rutnam commented 6 years ago

Australian mobile numbers can now start with '05' as well as '04' https://en.wikipedia.org/wiki/Telephone_numbers_in_Australia#Mobile_phone_numbers_(04,_05) Thanks for a great gem!

daddyz commented 6 years ago

@a-rutnam Checked in the original, 05 regex patterns are still not available. Wiki page that you provided just mentions that there will be 05 prefix for mobile but no specifications provided. In case you know where they are written just let me know where it is in order to update the db.

daddyz commented 5 years ago

@a-rutnam updated data and I see that 05 is still missing, sorry

daddyz commented 5 years ago

@a-rutnam did you try to open issue in libphonenumber's issue tracker? 05 prefix is still missing.