Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Abandoned Call Flag
uccx uccx scripting uccx reporting uccx abandoned
Answer
7/13/12 4:27 PM
Is there a way to only flag or report a call as abandoned
after it has been queued? Instead of as soon as the application answers and the
script starts processing? We would like for an abandoned call to report only after the call has processed through the script and been queued.

UCCX Version 8.5

Russell Hopkins
rhopkins@iticommunications.com

Russell Hopkins:
Is there a way to only flag or report a call as abandoned
after it has been queued? Instead of as soon as the application answers and the
script starts processing? We would like for an abandoned call to report only after the call has processed through the script and been queued.

UCCX Version 8.5

Russell Hopkins
rhopkins@iticommunications.com

 
Hi Russell,
I ran across of this link, it may help.  https://supportforums.cisco.com/thread/2104689 .

Hi Russell,
As I understand it, calls are marked as abandoned only if an agent does not answer the call prior to the caller hanging up. "For Unified CCX calls, a call is abandoned if it is not answered by an agent and the caller hangs up or is disconnected." This is from the Historical Report User Guide.  I interpret this as having to make it to a select resource step before it would be marked as abandoned on a hangup.  If this is not the case, then using an On Exception Goto with ContactInactiveException right after the accept step.  The goto jumps to the end of the script to a Set Contact Info that marks the call as handled then an End.  Note: Be sure that there are no steps that would fall through and use the Set Contact Info step.  You might inadvertently be setting calls to handled when they actually are not.  Right before the select resource, put in the step On Exception Clear to clear the ContactInactiveException.  This will ensure that calls that have not been offered to the queue will not be marked as abandoned.
Good Luck,
Steve

Russell Hopkins:
Is there a way to only flag or report a call as abandoned
after it has been queued? Instead of as soon as the application answers and the
script starts processing? We would like for an abandoned call to report only after the call has processed through the script and been queued.

UCCX Version 8.5

Russell Hopkins
rhopkins@iticommunications.com

 
Russell,
The CSQ reports only show contacts that have abandoned after they reach the Selected or Queued branch of the Select Resource step.  Others, such as the Application reports show abandons across the application.  So you want to ensure you are referencing the correct report to show only abandons in queue.
Kevin