VoiceGuide IVR Software Main Page
Jump to content

Using Vg.script_goto

Recommended Posts

When I use VBS:

vg.Script_Goto $RV_LINEID, "my_file.vgs","my_Module","[Favorites_ID]{}"

 

It's working, but when left blank 'sDestModule' not working , like this:

 

vg.Script_Goto $RV_LINEID, "my_file.vgs","[Favorites_ID]{}"

or

vg.Script_Goto $RV_LINEID, "my_file.vgs", , "[Favorites_ID]{}"

or

vg.Script_Goto $RV_LINEID, "my_file.vgs","", "[Favorites_ID]{}"

or

vg.Script_Goto $RV_LINEID, "my_file.vgs|","[Favorites_ID]{}"

or

vg.Script_Goto $RV_LINEID, "my_file.vgs|", , "[Favorites_ID]{}"

or

vg.Script_Goto $RV_LINEID, "my_file.vgs|","", "[Favorites_ID]{}"

 

I want left blank 'sDestModule' and sending Vars in the same time.

Share this post


Link to post

Your third variation should work:

 

vg.Script_Goto $RV_LINEID, "my_file.vgs", "", "[Favorites_ID]{}"

 

 

If you still have problems please post a copy of VoiceGuide's Trace Logs which captures the problem, this will allow us to see what happened.

 

Enable logging by setting the log levels to 10 in VG.INI as per below:

[Log]

 

VoiceGuide=10

CallLoader=0

VoicemailManager=0

EmailSender=0

ktTel=10

ktTts=0

Then restart VG and make a test call which demonstrates the problem.

 

Trace files will be created in VG's \log\ subdirectory.

 

Please post the traces and the VoiceGuide script used.

 

When posting traces/scripts please .ZIP them up and post them as attachments.

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
×