11-04-2009 06:49 AM - edited 03-14-2019 04:49 AM
uccx 7.0 cucm 7.0
In the contact summary report (real time reporting)and in the historical report, we got aborted contact.
We verified the programmation of our icd extensions there is no error and we still get aborted call with the same error. Can someone help me on that issue?
11-04-2009 06:58 AM
Are you using the On Exception Goto Step to catch Inactive Contacts and ending the script cleanly, instead of letting it fail?
Also, are you using a 2 second delay before the Accept step to allow CUCM and UCCX to complete the call setup?
11-16-2009 05:35 PM
Where should the the exception task goto step be place? We are experiencing these errors withing all our queues...
11-16-2009 05:55 PM
Example:
On Exception Goto (ContactInactiveException) Goto END
Accept
...rest of script...
Disconnect [Label: DISCONNECT_END]
End [Label: END]
Note that callers will (and should) show as abandoned if this exception is caught. You might want to review my answer to another post if you want to control this at a more granular level:
11-16-2009 07:26 PM
com.cisco.app.ApplicationTaskInactiveException
What does this error mean ?
After restarting my UCCX we have been receiving over 200 abandon calls with this error..
08-16-2013 12:56 PM
Jonathan, I can't find your post anywhere. Do you still have it after all this time?
10-16-2011 03:19 PM
Hi Guys,
Still looking for an answer regarding this message. I'm checking my UCCX reports and i can see a significant number of Aborted calls with reason code: com.cisco.app.ApplicationTaskInactiveException. I can't understand why, though i have debuged the script and couldn't find an error in the script.
Also I'm using the Exception Goto setp and ending the script successfully. In my report i can see the call is sent to a CSQ, then get aborted !! If the caller hangs up shouldn't the report show as abandoned !?
Regards,
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