VoiceGuide IVR Software Main Page
Jump to content

Default Script On Bootup

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×