Hi there,
I have problem with the queue level. According to the UserManual_1602, page 27, it says ----
Each agent may be flagged as being a member of four priority groups:
• Main: the agents usually answering the queue
• Spill: the agents answering the queue if all "Main" agents are busy or unavailable
• Wrap: the agents answering the queue if all "Main" and "Spill" agents are busy or unavailable
• Undefined: this agent is not a member of any priority group for this queue
This feature is useful if priority groups are used in the queue configuration. If they are not used, just assign
all agents to "Main" for each queue. ----
but from extension_queuemetrics.conf, I didn't see any queue levels be added to the agents:
exten => 25,3,AddQueueMember(${QUEUENAME},Local/${AGENTCODE}@from-internal)
and indeed, it's never worked for us. So here is the problem: we are using queues to route language calls, let's say i have Agent A speak only English, and Agent B speaks Chinese and English. According to what I have learned, the queues are handled separately, that means Agent B will answer around 2 times of calls that Agent A does depend on how many calls in each queue. That's obvious unfair for the agents. And that's why I want English is the 2nd level for Agent B.
We really need this function since we do have agents that speak couple languages. Please let me know how do I need to configure to accomplish this. Thanks.
Fred