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!

Converting To Using DNIS

Status
Not open for further replies.

Jimbobp

Programmer
Oct 26, 2004
26
0
0
GB
We have hit capacity on the amount of CDN's we can use, but are still growing in requirements.

to remedy this we are going to move everything on to DNIS.

Has anyoneexperienced any problems when doing this, or have any handy hints or pitfalls to watch for?

Thanks

James
 
You could create a script that would be like the Master Script and execute the call to a secondary script

IF DNIS = XXXX THEN EXECUTE Secondary_Script
IF DNIS = XXXX THEN EXECUTE Secondary_Script1
IF DNIS = XXXX THEN EXECUTE Secondary_Script2

Hope this is some help,

Cheers,

Killian,

NextiraOne Ireland

 
I might suggest that if you will be doing much maintenance of the DNIS list that it would be easier to use WHERE DNIS EQUALS and something like dnis_list_gv as a global variable list. With that method you won't be messing around recompiling the script every time you need to make a change.
 
You can use the Where statement if you have CCS 200.

Jimbobp, Not sure what your configuration is now. How many CDN's you have configured??? But with 25.40 and above you can have up to 1000 CDN's with expansion. This may be an upgrade to look at!?

Regards,
TWM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top