VoiceGuide IVR Software Main Page
Jump to content

Changing Vg $Rv's Value From Outside - Passiv

Recommended Posts

How to change or create variable in VG from outside?

 

We want to hold on call until variable changing value, but not using active tools like looping sql query and but like trigger by other application.

Share this post


Link to post

The COM and WCF APIs can be called from outside programs or VBScripts etc.

 

To set an $RV from outside program you can call the RvSet or the RvSet_RvList functions:

 

http://www.voiceguide.com/vghelp/source/html/com_rvset.htm

 

http://www.voiceguide.com/vghelp/source/html/com_rvset_rvlist.htm

 

 

or the outside programs or VBScripts can just make the script jump to a different module:

 

http://www.voiceguide.com/vghelp/source/html/com_script_goto.htm

 

http://www.voiceguide.com/vghelp/source/html/com_script_goto.htm

 

The Script_Goto and Script_Gosub will let you send VoiceGuide to new module/script immediately - so this is probably a better approach for your needs.

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
×