VoiceGuide IVR Software Main Page
Jump to content

Will Not Return From Vbscript

Recommended Posts

I've uploaded logs and script for another problem I'm having with V7.

 

This time after using vg.Play_Start to play a sound file VG hangs in the VBScript module and will not move on. The wait setting at the bottom of the VBScript module have on effect on returning.

 

If I put a VBScript in, say the Verify Enter Number or any place, and I miss a " mark with on error message boxes how do I know that there is an error in VBScript and what the error is?

 

I am starting to get concerned about all the problems we are run into as I move good running V5 script to V7. We paid thousands of dollars on upgrade licenses and I've have not got a single V5 script to run on V7.

 

Logs_And_Script_From_Tom_Storey_2.zip

Share this post


Link to post

Looks like the system is not taking the Success path after the sound file started with the Play_Start COM command completes.

 

As a workaround for now please try using a path like this:

 

on {EV_PLAY_FINISHED} goto [Hangup the Phone]

 

Please do not use "Timeout 0" paths in the VBScript module - they would usually instantly terminate the VBScript - as that path would essentially give the VBScript 0 seconds to run before the Fail path is taken.

 

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
×