12-10-2009 11:38 AM - edited 03-15-2019 08:45 PM
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.
12-14-2009 09:06 AM
You are welcome.
Please remember to rate useful posts clicking on the stars below.
12-11-2009 05:37 PM
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
12-12-2009 01:51 AM
Yes, the "interactive debug mode" as explained in the CUE documentation.
12-14-2009 08:46 AM
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
12-14-2009 09:06 AM
You are welcome.
Please remember to rate useful posts clicking on the stars below.
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