01-22-2019 12:16 AM - edited 03-14-2019 06:44 PM
Dears,
Is it feasible in UCCE to redirect calls to another script when a caller spends more than a defined threshold in the queue?
Any feedback is highly appreciated.
Thank you in advance.
Lara
01-22-2019 12:49 AM - edited 01-22-2019 12:58 AM
Use an IF node Call.TimeInQueue formula .
Eg: Call.TimeInQueue > 60. This checks that the time in queue of your call is greater than 1 minute.
01-22-2019 01:06 AM
Hello Sasikumar,
Thank you so much for your prompt feedback. I currently don't have a UCCE Lab to check the configuration manager; could you please advise what "VRU Script Name" should I use then?
Thank you.
Lara
01-22-2019 05:42 AM
Hi Lara,
you have to insert a new IF node after the queue to skill group node and the "IF" node should have an expression as " Call.TimeInQueue>120 " (here 120 in seconds ==> 2 min) this will validate the time of the particular call spend in the queue.
Regards,
Shalid
Please remember to rate useful posts, by 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