01-18-2008 01:28 PM - edited 03-14-2019 01:45 AM
I just want to confirm which conditions cause success and which cause failure for Queue to skill node.
Success - Agents are logged in but busy.
Failure - None of agents are logged in. Or logged in agent does not answer.
Please correct me if above is not true.
01-20-2008 01:40 AM
Hi,
You will have calls on the success branch when there was no available agents to take the call. In this case, you can think of it as the queue branch: you will need to program your queue behaviour.
If the call goes to the 'false' branch, something is wrong and you have to check your configuration.
If calls appears on the skillgroup statistics they are calls that have been sent to available agents with no queue.
Hope this helps,
Juan Luis
01-20-2008 10:32 AM
Thanks for your response.
I think I understand what success branch does. In my case the success branch plays a messages until it finds available agent.
The problem is I need to know what triggers failure branch. I am seeing some calls go to failure branch. I have RONA counter after falure branch and I see Multiple RONAs for the same call.
I don't think there is anything wrong with configuration. I just want to know what conditions cause failure at Queue to Skill node so I can provision better treatment.
Thanks.
01-20-2008 10:33 PM
Yes, if I remember correctly no logged in agents will cause a failure. You can do a requery check after the failure or you can do an LAA before the QtoSG node.
david
01-21-2008 01:05 AM
The failure branch of a Queue node is only used if the call is unable to queue. A common cause of this is the lack of a translation route (for passing the call to the IVR). Depending on how you have structured your script (particularly on a RONA call - speaking from painful experience here!), check that a TranslateToVRU node is in the script flow. Also, if you run out of Trans routes, you could get a failure.
Another option is that your "consider if" is not allowing any skill groups to be considered, this may also pass the call out the failure node.
Hope this helps.
Regards,
Mark.
P.S Please rate helpful posts.
01-21-2008 07:11 AM
David, your repsonse is the closest so far. I'll do a check for logged in agents.
Mark, we don't use Transroute to VRU. We run ISN so transroute is not needed. Because ISN takes initial call and does call control and call switching only Send to VRU is needed. And that is working properly.
01-23-2008 07:29 AM
Are you doing anything earlier in the script that is different, like using Requery? We have a case where it appears that using a requery to a label before we do the queue to skill causes issues. If we remove that requery node earlier in the script, no problems. Are all of your queue to skills failing (i.e. all scripts) or only certain ones?
01-24-2008 12:53 PM
We do use Requiry, but after Queue node at failure branch. Again, this happens rarely and in bursts so it is difficult to study the issue. And this is ICM 5, hopefully ICM 7 will fix a lot of unexplained conditions.
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