VoiceGuide IVR Software Main Page
Jump to content

Rv Variables In Hangup Call Vbscript

Recommended Posts

Hello,

I am using version 5.1.3305 .

I am trying to get rv variables inside a Hangup call script that I have set inside my main call script. Is this possible, I keep getting syntax errors in the hangup call script when I try to set a variable to $rv[mytime].

 

I have tried referenceing result varibles inside the VBSCript for example $RV_CALLLENGTH .

 

But when I try to get at one of my main scripts varaibles that I have set, I receive syntax errors.

Here is the code I'm tring to run.

 

' ****************

Dim intMyCallTime

 

intMyCallTime = $rv[mytime]

 

 

 

 

When I do this I receive syntax erros, its like VBSCript doesn't know about those variables I set, back in my main call script.

 

This is very important, and I need to get this working ASAP.

Any ideas,

Thanks,

Rob

Share this post


Link to post

I'd rather not post the entire script, I'll try to duplicate it with a test script and post that.

 

Thanks

Share this post


Link to post

Please also update to latest version of VoiceGuide (currently v5.2.3) and run tests with that version on your machine (your registration code will still work).

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
×