Guest k_tammam Report post Posted 09/12/2008 10:32 PM 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
SupportTeam Report post Posted 09/12/2008 11:35 PM 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