VoiceGuide IVR Software Main Page
Jump to content

Syntax To Access Result Variables From Another Script

Recommended Posts

Can someone tell me the correct syntax I need to use in my CLEANUP.VGS script which is run when I detect a caller hang up.

 

My main script (APP1.VGS) is running and has done a DB lookup which has created the result variable $RV[DB_Lookup_Module_1_1] and then the caller hangs up. I want to access this in CLEANUP.VGS so do I need to just use the syntax :

 

$RV[DB_Lookup_Module_1_1] in CLEANUP.VGS,

 

...or do I need to specify the script the RV came from?

 

Anyone know the answer?

 

Cheers

 

Simon

Share this post


Link to post

$RV[DB_Lookup_Module_1_1] should work.

 

Have you tried it?

 

do I need to specify the script the RV came from?

No.

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
×