VoiceGuide IVR Software Main Page
Jump to content

Active X / Com Functions And Vbs

Recommended Posts

If I execute the COM command vg.Run_ResultReturn $RV_LINEID, "success" , will this stop the rest of the VBscript from running, and send voiceguide down the "success" path straight away, or will the VBscript complete before continueing on down the success path?

Share this post


Link to post

This will start VoiceGuide on the Success path and VoiceGuide will continue on progressing independently of the external VBScript.

Share this post


Link to post
So the VBscript and the Voiceguide script will run concurrently?
As soon as the Run_ResultReturn command is called the VoiceGuide script will continue down the selected path. VBScript contiues to run concurrently from that point.

 

Similar happens when Script_Goto/Script_Gosub/Script_Return is called.

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
×