Guest miva Report post Posted 05/24/2005 01:55 AM I am using Windows 2000 and have added a shortcut to vgmulti.exe to the startup. This enables VoiceGuide to start on bootup which is great. However, I want it to play another script as the default. How do I edit this? Share this post Link to post
SupportTeam Report post Posted 05/24/2005 03:01 AM The default script is stored in VG.INI file. To change the default script programmatically you would need to have the contents of the VG.INI changed before starting VG. But you can jump between scripts using goto or gosub commands... so you can branch to whatever script you want to from a starting script, so usually most people just use the first module or two to determine what script they actually want to use and just goto that script... Share this post Link to post
Guest miva Report post Posted 05/24/2005 04:34 AM The VG.ini file is quite complex in that 80% of it refers to the Voice Mail setup. I wasn't confident with your references to goto or gosub commands. As an alternative, I had a look at the config.xml file and edited the default script for Channel 1 and it now works as required. Thank you for your assistance. Share this post Link to post
SupportTeam Report post Posted 05/24/2005 05:54 AM I had a look at the config.xml file I see that you are using "VG for Dialogic".. yes in that version the default start script is in Config.xml. More info on Goto and Gosub is towards bottom of this page: http://www.voiceguide.com/vghelp/html/Paths.htm Share this post Link to post