VoiceGuide IVR Software Main Page
Jump to content

Vbs Module

Recommended Posts

Is it possible to send a value to VBS module?

 

If Yes, would you give me an example.

 

on {1} goto [Friend(1)]

Share this post


Link to post

The best way to allow data entered/retrieved in one part of the script to be available in another part of the script is to use VG's Result Variables. More info on these can be found in the Help file and here:

 

http://voiceguide.com/vghelp/html/ResultVariables.htm

 

In this case to find out what the caller pressed in a Play module titled "Welcome" is to use a Result Variable:

 

$RV[Welcome]

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
×