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!

program a vector for a IVR 1

Status
Not open for further replies.

NewtoEverything1

Programmer
Oct 4, 2007
19
US
How will i be able to program a vector to collect information from the client and send it to the IVR?
 
what exactly are you trying to do ? What version of IVR ? Switch ? What do you want the program to do ?
 
Im trying to program a vector in the PBX avaya switch that will send information to the voice portal and feed out info. the agents. im in the usa.

what will happen is the customer will enter their info which will be sent to the voice portal and will be sent out to the agents.
 
do you already have a program written in the voice portal ?
What information are you trying to pass from the switch ?
 
no i do not have it program as of yet....but i need to pass the information for the customer which will be there account number to pass to the voice portal.
 
The way we do it is:

1) Create a vector that basically does:
wait x seconds with silence OR ringing

collect X digits with annc 1234 Where 1234 is a recording that says "Please enter your account number"

2) Adjunct link to link X where X is the link number that the IVR application resides.

3) Wait X seconds for the IVR to respond with a route response.

4) route-to [default route] in case the IVR fails to respond.

Once the above is completed... Your IVR application (if TSAPI) must utilize cstaRouteRegister or something similar to register on the VDN just above your vector. In other words... They have to register to listen for the adjunct route request that your vector will send.

For a better understanding.... You may wish to review the avaya docs associated with defprog.pdf and other docs that come with it.

I hope that helps!

--Zowwie
 
Hi Zowwie, how about if I wanted to route calls to 2 adjuncts in one vector? Should I be putting wait times in between them or just put them next to each other and put a single wait time after those two? How long should the wait time normally be?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top