VoiceGuide IVR Software Main Page
Jump to content

Global Variable To Refer To In Module

Recommended Posts

I want to have a variable set in .ini or some other file, and then be able to refer to the RV from within the voice guide modules - As in: on {true} goto $RV[my_ini_variable]

 

Is there any way?

 

Thanks a lot,

Yona

Share this post


Link to post

Global RV can be preset in VG.INI, in section [scripts].

Please set an entry like this in the VG.INI's [scripts] section:

 

GlobalRV=[myvalue1]{yes}[somothervalue]{324324}[my_ini_variable]{My Module Name}[andsomethingelse]{admin@asd.com}

 

 

note that expression:

 

on {true} goto $RV[my_ini_variable]

 

would need to be changed to:

 

on {true} goto [$RV[my_ini_variable]]

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
×