Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mexico Enhanced Local Dialing Rules 1

Status
Not open for further replies.

phoneguy55

Programmer
May 25, 2005
2,596
0
36
US
I need to put a 46xxsettings.txt file in Mexico and I don't know what to use for enhanced local dialing rules. Anyone know what these valuse are?

SET PHNCC
SET PHNIC
SET PHNLD
SET PHNLDLENGTH
 
###############################################################
###### Settings for the 4610, 4620 and 4630 IP Telephones #####

############## Enhanced Local Dialing Rules #################

## These settings effect certain dialing behaviors on the 4610,
## 4620 and 4630 phones. These include "Click to Dial" and
## "Add to Speed Dial" links shown on the web browser applications
## and incoming and missed call log entries. These settings also
## apply to dialable numbers reurned from searches on the 4630
## LDAP directory application.

## Telephone Country Code
## example: For United States it is '1'
SET PHNCC 1

## Telephone dial plan length (the length of an internal extension number).
## For example, if your extension is 12345, your dial plan
## length is 5.
## example:
SET PHNDPLENGTH 5

## Telephone international access code
## For the USA, the code is 011.
## example:
SET PHNIC 011

## Telephone long distance access code
## example:
SET PHNLD 1

## Length of national telephone number
## For example, 800-555-1111 is a length of 10.
## example:
SET PHNLDLENGTH 10

## Outside line access code
## The number you press to make an outside call.
## example:
SET PHNOL 9


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

35 years Bell, AT&T, Lucent, Avaya
Tier 3 for 25 years and counting
 
Thanks BSH, but that looks like one for the USA. I need these settings for Mexico. I think they are slightly different.
 
## Telephone Country Code
## example: For Mexico City it is '55'
SET PHNCC 55

## Telephone long distance access code
## example (look in the customer's switch:
SET PHNLD 011

## Length of national telephone number
## For example, 800-555-1111 is a length of 10.
## example (Mexico is the same as the U.S.):
SET PHNLDLENGTH 10

## Outside line access code
## The number you press to make an outside call.
## example (ARS code look in the customer's switch:
SET PHNOL 9


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

35 years Bell, AT&T, Lucent, Avaya
Tier 3 for 25 years and counting
 
The country code for Mexico is 52. 55 is the area code for Mexico City.

In the three largest cities of Mexico (Mexico City, Guadalajara and Monterrey), the area code is two digits and phone numbers are eight digits, whereas in the rest of the country area codes are three digits and phone numbers are seven digits.

For national long-distance calls (from within Mexico) the code is 01 plus the area code and phone number.
For international long-distance calls, the code is 00, then the country code, area code, and number.

More information is available HERE.

So, I would try the following settings:

## Telephone Country Code
SET PHNCC 52

## Telephone long distance access code
SET PHNLD 01

## Length of national telephone number
SET PHNLDLENGTH 10

## Outside line access code
SET PHNOL 9


Susan
“Before you criticize someone, you should walk a mile in their shoes.
Then, when you criticize them, you are a mile away ...
and you have their shoes.”
 
Thanks for the correction Susan. This is one of the weird ones where you can dial 01155 or 0115255 for Mexico City.
Not sure what they dial from local.
Star for straightening that out.

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

35 years Bell, AT&T, Lucent, Avaya
Tier 3 for 25 years and counting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top