10-17-2018 01:54 PM - edited 03-14-2019 06:33 PM
Hello Guys,
I am going to give a simple example about the scenario I am stuck with.
when call comes in and assuming we have 4 ready agents and 2 ready supervisors, if first agent missed the call (Ring no answer), the call should go to one of the supervisors. Generally, in case of any ring no answer then the call should be handled by any available supervisor. I have tried with select resources step but I believe I am still missing something..
Also I would like to know if there is a good way to get:
1-the duration from starting the call until the resource selected (starts ringing to the agent)
2-caller waiting time (I have got it from custom variable reports)
Thank you
10-18-2018 04:24 AM
Hi abdallah,
What about setting up 2 CSQs. One for Agents, and one for supervisors. When the call comes into the script it will use the agents CSQ, and if the agent is ready but does not answer, you can use a set step to change the CSQ to the supervisor CSQ so the call will be routed to them and not the agents? I've not tested it, but in theory that should work.
With regards to the duration from start to selected, see the link below where Aaron explains how this can be done. You would just need to change where you put your date step for the end time:
https://community.cisco.com/t5/contact-center/calculate-time-in-uccx-script/td-p/2943626
Hope this helps,
Gary
10-18-2018 09:53 PM
Thanks Gary.
I have did create two CSQ as you said but whenever the agent didn't answer the call it is going to next available agent in same CSQ for some reason, I will attach what I did in few hours.
and thanks for the call duration suggest.. I have to try it.
10-19-2018 08:31 AM
10-19-2018 08:42 AM
10-22-2018 01:15 PM
10-24-2018 08:10 AM
So, he should try "Set did_this_execute = true" in the 'Selected' step to test if that works?
10-25-2018 12:01 PM
10-24-2018 03:34 PM
Thanks Anthony..
I checked your replay about it but since it was on 2012 I thought maybe things got changed..
Thanks
10-25-2018 12:00 PM
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