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

Entering Dial String Digits into a Vector

Status
Not open for further replies.

sluTel

IS-IT--Management
Nov 11, 2004
25
US
I have 43 emergency telephone call boxes I have to manually program, via calling the unit and entering various digits consisting of the star*, digits, and another star. I have one dedicated phone line on the bench to program them from
Im doing it manually, and I thought I could program a VDN to call a vector and insert the dial strings into the vector.
I get to the first step in the vector where the test bench number is called, but I cannot figure out the vector command to send the dial strings, I have a dozen or so dial string commands so there woyld be multiple steps in the vector.

Is this even possible?
 
route-to number xxxxxxxxxxxxxxxx with cov y if unconditionally"

Susan
You can have it all. You just can't have it all at once.
 
Thank you but I tried that and it doesnt work , it stops after the first route to (the test bench number)


Number: 222 Name: Em Phone progra
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? y G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 route-to number NNNN with cov y if unconditionally
02 route-to number *4**~p*13*22228 with cov n if unconditionally
03
04
05
06
07

The List trace results

time vec st data

09:23:20 0 0 ENTERING TRACE cid 9136
09:23:20 222 1 vdn e2084 bsr appl 0 strategy 1st-found override n
09:23:20 222 1 route-to number 3129 cov y if unconditionally
09:23:20 222 2 LEAVING VECTOR PROCESSING cid 9136
09:23:20 222 2 TRACE COMPLETE cid 9136
 
Right, your vector is working as programmed.

Do you want your vector to route to number NNNN, and then dial the *4** dial string on the NNNN extension?



Susan
You can have it all. You just can't have it all at once.
 
yes thats what I would like to see happen.
What is happening now is the emergency
phone I am programming is conencted to NNNN and does answer,sends an ANK string. I would like to send the *4** plus about 10 additional strings.
I have to insert a wait after the initial off hock answer and ANK, and then a one sec wait after each dial string to allow the emergency phone to respond with a conformation tone that it received the programming OK.
 
As you can see from my list trace it stops at the route to the first number, NNNN , and leaves the vector processing,
doesnt go to the dial string step
 
The way I follow it, even if you make it work you will need to make 43 vectors or change this one with the different destinations 43 times. You might try combining the two numbers into one route-to statement. route-to number nnnn*4**~p......

Otherwise I think you need to use a caller application in MM.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top