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

LDID Programming

Status
Not open for further replies.

toolbox212121

Technical User
Nov 18, 2010
73
US
While doing some digging on another issue a while ago I found out that our switch isn’t setup to route miss dialed internal calls within the switch. I’ve read the manuals and I think I have a general idea on how to setup LDID but just to make sure I have my programming correct I thought I would pass it by the forum first. My questions are would this be the correct programming to setup LDID?

General Info
-----------------------------
VERSION 3621

System type is - Option 81(C)/CP PCP PIV - Pentium M 1.1 GHz

RELEASE 7
ISSUE 00 Q +

Local Area Code – 602
NXX & Range – 296-2000-2099, 639-2490-2499, 687-4000-4299

3 PRI Trunks – 1 long distance, and 2 DID/Local
------------------------------------

So far this is the steps I think I need to create

Step 1. Create 2 DMIs to strip the digits for the local trunk and long distances

>LD 86
REQ NEW
CUST 0
FEAT DGT
DMI 8 (random unused DMI)
DEL 7 (We have 4 digit dialing internal. As far as I can tell this should take out the 1-602-296)

>LD 86
REQ NEW
CUST 0
FEAT DGT
DMI 9 (random unused DMI)
DEL 3 (We have 4 digit dialing internal. As far as I can tell this should take out the 296)



Step 2. Setup the LDID in LD 90 for NPA 1602 and NXX 296, 639, 687.

>LD 90
REQ chg
CUST 0
FEAT NET
TRAN AC1
TYPE NPA 1602
DMI 8
LDID 29620
LDID 63924
LDID 68740
LDID 68741
LDID 68742

>LD 90
REQ chg
CUST 0
FEAT NET
TRAN AC1
TYPE NXX 687
DMI 9
LDID 40
LDID 41
LDID 42
 
Looks correct. You can do a trial by setting LDID as a single, unimportant DID number and test it.

The "X" it if it works and build the five and two digit ranges you have listed.

--
Nortel Resources at GHTROUT.com World Famous!
--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top