Guest Shailesh Report post Posted 11/28/2005 07:14 AM hi, i want an example script that does following in the given order. 1. another program give a message to voice guide to start calling. 2. whenever voiceguide gets a message for call, it starts calling. 3. when it calls, it should say a speech that is specific to the particular person. means it needs to retrive data from database, or xml. 4. on talking it should make some speech dynamically according to response and database. if anybody has any example script then plz send me one. one more thing: can i run different scripts for different person groups without manual interaction?? plz help me. thanks Share this post Link to post
SupportTeam Report post Posted 11/28/2005 07:20 AM 1. another program give a message to voice guide to start calling. There are a few different ways in which outgoing calls can be loaded into VoiceGuide. See: http://www.voiceguide.com/vghelp/html/DialListInto.htm 3. when it calls, it should say a speech that is specific to the particular person. means it needs to retrive data from database, or xml When loading the call you should specify what script to use and the script will be retrieving info from database etc. You may want to look into specifying Result Variables when loading the calls. can i run different scripts for different person groups without manual interaction?? Sure, you can specify a different script for each number loaded, or from within the script just jump to other scripts. Share this post Link to post
Guest Shailesh Report post Posted 11/28/2005 08:32 AM thanks for reply. that's nice. if u have any vgs then plz send me. i will again take ur help, let me try sumthing. thanks. Share this post Link to post