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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

10 digit dialing

Status
Not open for further replies.

newbietotelephony

Technical User
May 19, 2008
42
US
We are getting a new area code in our area. Because of this all numbers with the current area code and new area code will have to be dialed with all 10 digits. Both area codes can be local as well as long distance calls depending on the location. I can't seem to figure out how to make it possible to call both area codes using 10 digits for local call and 11 for long distance calling. Any advice is greatly appreciated. Thank you all
 
Put the area code like 305 and 786 in the SPN tables then place 1305 and 1786 in the NPA tables

OLD ROLMEN WORKING ON NORTELS AND AVAYA
 
You should have both versions of the NPA (area code) programmed in LD 90 as NPAs.

For instance, I have 10-digit dialing at my HQ, with local area codes 301, 202, 240, 703, 571. 202 is the only area code with no long distance numbers from my calling area. Here are the entries for 240:

for local 10-digit dialing
Code:
REQ  prt
CUST 0
FEAT net
TRAN ac1
TYPE npa

NPA  240

NPA  240
RLI  0 
DENY 976

SDRR DENY CODES = 1 
ITEI NONE

for 1+ dialing
Code:
REQ  prt
CUST 0
FEAT net
TRAN ac1
TYPE npa

NPA  1240

NPA  1240
RLI  1 
DENY 976

SDRR DENY CODES = 1 
ITEI NONE
Notice the 10-digit entry uses RLI 0 which is my rlb for local calling. The 1+ dialing entry uses RLI 1 which is my Long Distance rlb.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top