10-17-2014 12:14 PM
I have been working the last time with some cvp application and tcls....
As you now standalone cvp works with a tcl on gw...
My idea now its create a new Inicial tcl.. where I will check the ani number and if that ani number its my cellphone and after inserting a pin... give me the option to open or close bussness...
If I difined a variable under proc init_configs { } {
global isclosed
and then I press 1 and under collect digits done
global isclosed
set isclosed [infotag get evt_dcdigits]
will that value of 1 been saved on gw memory cache so the next call to arrive will start with isclosed value set as 1 ???
Basically what I need is to placed a call and collect digit and saved that collected digits in a variable so all the next calls will start with the value that I set before on the first call...
Regards
Lisandro
Solved! Go to Solution.
10-17-2014 09:04 PM
HI Lisandro,
i think it is better if you can save the value if in a file in flash,next caller can read the value from flash file.
Thanks,
Raghavendra
10-17-2014 09:04 PM
HI Lisandro,
i think it is better if you can save the value if in a file in flash,next caller can read the value from flash file.
Thanks,
Raghavendra
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide