cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
382
Views
1
Helpful
7
Replies

A way to hold the script

Eng.AymanSabry
Level 1
Level 1

Dear engineers

Please help in this issue 

1- Is there a way to hold the script from ending or terminate as long as the call is active only continue the script when call is ended

2- Is there a way to transefer call if the agent hangs the call to any number.

7 Replies 7

Hey

1:

As soon as the call is answered it will leave the script. So if that is what you mean then no - it is not possible.

 

2:

This must be postcall treatment

Configure Post Call Treatment on Cisco Unified Contact Center Express (UCCX) 11.0(1) or Later - Cisco

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

JohnBushong8071
Level 1
Level 1

I'm not sure what you are actually trying to do here, but once the script is triggered you can keep that triggering object "in" the script nearly indefinitely by using a "wait" loop until you hit the magic 1000 step limit.

Call transfer can be accomplished either by the script or manually by the agent.

How can I see how many steps the script has?
Every now and then, my UCCX CPU is pegged - and stays pegged until I reboot.
TAC told me it is because my scripts are going over 1000 steps - and I looked at my script - no way there are a hundred things going on... but maybe I am calculating that wrong.
How Do I see how many steps a script is doing/taking?

Two ways, first there's an exception you can catch for this. If you're catching exception you should see this in the logs. I don't know if this tool still works, but might be easier https://community.cisco.com/t5/collaboration-blogs/how-to-troubleshoot-the-complex-uccx-scripts-in-production-mode/ba-p/4727361

david

In ccx editor - if you do a reactive debug, you can se the count for that call down in the bottom om the editor

Remember that a loop is counting for every loop and steps

so if you har a loop when the customer is waiting in queue, then for every loop, all the steps is counted one more time and so on

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

And you Can increase the 1000 step if you have the need - just be careful

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.

Blakely435
Level 1
Level 1

@Eng.AymanSabry wrote:

Dear engineers

Please help in this issue onstream download

1- Is there a way to hold the script from ending or terminate as long as the call is active only continue the script when call is ended

2- Is there a way to transefer call if the agent hangs the call to any number.


Is there a testing environment available to simulate call handling and transfers to ensure the new features work as intended before deployment?