yona Report post Posted 06/02/2015 09:02 PM 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
SupportTeam Report post Posted 06/02/2015 09:22 PM 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