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

Does anybody have a script to start other sripts

Status
Not open for further replies.

Chanice

IS-IT--Management
Jan 27, 2005
7
GB
In the past I have seen a script in scriptbuilder that will start other scripts depending on the VDN pasted on the converson-on step. I have tryed many times to write this and can not. Can anyone help. Thanks
 
It's been awhile since I used script-builder, and I no longer have it in front of me to give you exact details, but I remember enough of how I set this up to push you in the right direction.

(a) From your vector, your command to send it to conversant would be 'converse ... passing VDN'
(b) All the channels of your conversant are assinged to One application which reads the VDN and launches the script you really want running.
(c) Within your first aapplication, you have a single table which consists of a VDN number, and it's corresponding executable script name.
(d) Your steps now consist of reading the table searching by VDN, then an execute statement to launch the corresponding script.

Hope this helps.
 
Thanks I will try this. dose anyone have a copy of a script like this. again thank you
 
Never used script builder, only voice@work - but the steps would be:
Answer call - prompt and collect (to collect DNIS/VDN) - querry table (to look up application based on vdn number) - assign the querry to a variable - execute script (based on collected variable). Hope this gives you some pointers...

 
To fonetech
Tryed what you said, just cant seem to get the data base part right any help.
 
Might be an issue with how you have the table data defined. Is your VDN data configured as text or integer?

(ALSO)
Been a few years removed, but the switch may be sending a delimiter with the VDN data on your converse step.

When debugging, you might write yourself a simple script(A) send a call to the conversant passing VDN.
(B) Gather the data and write it to a table.
(C) Look at the resulting table to determine if you are seeing the data the way you anticipated. For instance, is there a delimeter, are there too few digits?

Might also help if you send a screen shot of your application.

Post the results and I will help u debug further.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top