VoiceGuide IVR Software Main Page
Jump to content

Vbscript Problem

Recommended Posts

I am getting an error in my VBScript, and I would like the module to take the Error path when this occurs. However, Voiceguide pops up a message box and the call script pauses until I press OK on the error. Is there any way to tell Voiceguide to suppress these errors and execute the error path when this happens?

 

Thanks

Share this post


Link to post

You can use Timeout path. If the timeout is reached and there is no response from the VBScript then VoiceGuide will take the timeout path...

 

(You should however probably make sure your VBScript does not generate the Error messages in the first place, use "on error resume next" if you have to in your VBScript...)

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
×