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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.