03-26-2012 01:37 AM - edited 03-14-2019 09:36 AM
Hi All,
I have a requirement of calculating how many calls are there in queue at a particular moment, as the client wants to drop all the calls if there are 5 calls waiting in the queue.
I am using ICM 8.0
Any help would be great.
Thanks
Solved! Go to Solution.
03-26-2012 10:33 AM
03-26-2012 03:44 AM
Hi Piyush,
If you are using Cisco's IPIVR for the call treatment when the calls are queued, than you can always check the IVR Real Time reporting ->Report->Contact Summary Report and check the Active parameter there, it will provide you the number of calls queued at current moment. In case of multiple IVR's you need to check the same report in each one of the IVR's. So the addition of all these will provide the total calls queued.
Hope it helps.
Anand
Please rate helpful posts..
03-26-2012 05:02 AM
In this scenario is where your use of call types is very important. You must have a call type node right before your queue to skill group node. That way you can get an accurate count of calls in queue by looking at the calltype.callsqnow property. Then just use an if node inside your queue loop and if the queue > 5 release calls.
By the way this is pretty bad customer service. I would recommend that you play a message for any call about 5 that tells them you're over capacity right now and to call back at a later time, then drop the call.
david
03-26-2012 05:40 AM
Thanks Anand and David for your replies.
@ David, i am diverting the 6th caller to a message and allowing caller to leave VM before releasing the call. So that part is covered for customer service.
Again thank for the response, hopefully this will resolve my problem :-)
03-26-2012 06:03 AM
Hi David,
I am trying to crete a IF condition with CallType.callsqnow property, however callsqnow is not coming up in the list for calltype properties.
But under Skillgroup's property list, there is a pooperty "callsqueuednow". I am trying with this property, let's see if it works.
However could you please advice why i am not seeing callsqnow property under call type?
What i am doing is
under if formula, select "call type" -> select name of the call type -> list of properties
I am using ICM version 8.0.3.0
03-26-2012 10:33 AM
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