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

coordinated dialing plan (CDP)

Status
Not open for further replies.

RickMc0025

IS-IT--Management
Mar 17, 2005
17
US
need to know what has to be done to add extensions to the cdp. thanks
 
A Co-ordinated Dialling Plan (CDP) identifies a string of digits (steering code), up to seven in length, and routes calls according to the rules programmed against this feature.

The Overlays used to set up a CDP are 86 and 87.
86 sets up the route selection and any digit manipulation required.
87 sets up the actual steering code and points to a specific route selection data block.

Take for example a situation where, a business has 2 Meridians with a network link connecting them, the route number on both switches is 100, extensions on Meridian A wish to call extensions on Meridian B,
Meridian A has extensions 2000 - 2999 and Meridian B also has extensions 2000 - 2999.
A CDP can be set up on both Meridians and extension users would be required to dial this followed be the extension number on the distant Meridian.
In this case extensions users would be instructed to dial 7 to connect to the extensions on the network.

Firstly a Digit Manipulation Table would be required as set out below:-
LD 86

REQ NEW
CUST xx
FEAT DGT (Digit manipulation data block)
DMI xxx (Digit Manipulation table index number, check other DGT table numbers and choose a unique one)
DEL 1 (in this case delete the first digit 7, the option can be anything between 0 and 15)
INST 0 (in this case no digits require inserting as the extension number is all that is required but up to 20 . digits can be inserted)

Once the DGT is created then a Route List Block (RLB) can be set up, this is the data block necessary to control which route the calls are carried over and any time of day barring or digit manipulation can be applied here.

Again in LD 86

REQ NEW
CUST xx
FEAT RLB (Route list block)
RLI xx (Route list index number, check all present tables and choose a unique number)
ENTR xx (Routing option, start with first choice 0 and graduate up to a possible 63)
ROUT xx (enter the route number of the link in this case 100)
TOD xx (time of day barring on the chosen route can be applied here, please refer to the manual if this is required)
DMI xx (Digit manipulation table number, in this case use the one allocated to the DGT table above)

After carriage returning through several prompts you will be presented with ENTR again, at this point it is possible to programme a 2nd choice route for the calls, if this is not required just carriage return through to the REQ prompt.

It is now possible to create the CDP

LD 87

REQ NEW
CUST xx
FEAT CDP (Co-ordinated dialling plan)
TYPE DSC (Distant steering code)
DSP DN (this is the display option to the destination set, DN is the preferred option but there are other options see manual for other choices)
RLI xx (enter the RLI created above)
FLEN xx (expected dialled digits, in this case 5, as the call does not need to start routing until all the digits are dialled)

carriage return through to the REQ prompt, now extension users can dial the other Meridians extensions just by prefixing the extension number with 7.
 
CDP is programmed in LD 87

req new, chg or prt
feat cdp
type dsc, lsc or tsc
*
*
*
rli x
*
*



 
what you want the digit's to do depends on how and what load you set them up in. both the above post are great if your trying to add dn's to a remote switch..

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top