Skip to content

Instantly share code, notes, and snippets.

@Elbone
Last active May 11, 2017 02:23
Show Gist options
  • Save Elbone/b4034a14ed58c0e6450fbd72bb4abb4c to your computer and use it in GitHub Desktop.
Save Elbone/b4034a14ed58c0e6450fbd72bb4abb4c to your computer and use it in GitHub Desktop.
How phone numbers are formatted in Australia

Interstate call

eg. 02 6555 1234

0         - trunk prefix
2         - Area code for New South Wales
6555      - STD code for a specific telephone exchange
1234      - Telephone Exchange specific extension.

For a mobile phone this becomes

eg. 0412 345 678

0         - trunk prefix
4         - Area code for a mobile telephone
1234 5678 - Mobile telephone number

International trunk

eg. +61 (0) 412 345 678

+         - Short hand for the country trunk number
61        - Country code for Australia
4         - Area code for a mobile telephone (drop the 0)
1234 5678 - Mobile telephone number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment