10-21-2010 10:20 PM - edited 03-14-2019 06:44 AM
I am running UCCX 7 with CUCM and would like to limit the calls to the Queue
Answered calls+ Queueed calls to 20.
Is there anyway I can limit in the script.
Many Thanks
Siva
10-21-2010 11:52 PM
Hi,
How do you treat the 21st number caller? simply drop him after delivering busy tone?
If this is the idea, you can simply use a seperate Call Control Group of 20 CTI ports only and assign the Call Control Group to the particular Trigger.
HTH.
Thanks,
Mijanur Rahman
10-22-2010 02:00 AM
Hi,
You should be able to use the Get Reporting Statistic to check the number of calls waiting in the queue. You then use and If statement to check whether this value exceeds 20. If it does then you can dequeue the call, play a prompt and terminate the call (or send to voiucemail etc.).
The script below shows the type of thing you need.
I have attached the script. I have not tested it so it may need some tweaking but it should give you a good start.
Please rate helpful posts
10-22-2010 07:44 AM
Alternatively, if you didn't want the overflow calls to increment your CSQ metrics (calls presented, calls dequeued, avg hold time, asa, etc.) you could check the contacts waiting metric before you select resource, and not even bother with queuing then immediately dequeuing.
It's preference really, but thought I'd share another perspective.
10-22-2010 12:35 PM
Anthony,
Good point about checking the contacts before Select Resource step - improves on my suggestion. +5
10-22-2010 05:57 PM
Hi All,
Thank you for the idea, I have tred the script as below.
But it does not works
Part of that script is attached below.
I have other CSQs as well, so I created this as the Test Script. During the reactive debug I can see the call hit this test script and go through the get eporting statistics but it always hit the "False"Condition.
I made 2 calls both of them are in the queue
much appreciate your assitance.
06-01-2016 03:26 PM
+5 for james
Thanks
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