Hi,
I am trying to modify the an aa script to Call Redirect a call to a general voice mailbox. I can get it to work with one digit using Dial-by-Extension, but can't get aa to redirect a call if the digits dialed are 5555
I also can't get trace information from a show trace buffer long | include EXECUTING_STEP
I am using a Get Call Contact Info call to (hopefully) place the dialed digits into a variable called NumberDialed.
I then use a IF (NumberDialed == XferExtndigits5) then where XferExtnDigits5 = "5555" (string)
Call Redirect (...) the call redirect works using one digit
any ideas or how can I get trace information?
Thanks,
Carlos
Solved! Go to Solution.
You are welcome.
Please remember to rate useful posts clicking on the stars below.
I solved my own problem...
the 5555 was never being checked as the script was checking for a "5" prior as a shortcut.
I still would appreciate any help in debugging cue 7.0.1 scripts.
Are there any tools to step into the scripts?
Carlos
Yes, the "interactive debug mode" as explained in the CUE documentation.
Turns out that I was not getting trace output since the atrace.log file is disabled by default in AIM.
I also had to "trace ccn ManagerAppl" to log the executing step trace info.
Thanks for pointing me in the right direction.
Carlos
You are welcome.
Please remember to rate useful posts clicking on the stars below.