QueueMetrics > Running QueueMetrics
Agent Priority
(1/1)
gopal2k:
Hi, I would like to set the agent priority, and the same is configured, which I can see that with prioritylabel 'W' and prioritynum '1' but still the calls are getting routed even though there are free agents.
We have multiple queues, and this agent is part of multiple queue, in all queues the agent is in wrap mode also in queues.conf I have configured the last shared call as yes.
Any suggestions would be appreciated.
Regards,
Gopal.
acrisuser:
Hi,
in my case this was my solution:
in order to enable this feature you should slightly modify the queuemetrics'
dialplan:
1) open /etc/asterisk/extensions_queuemetrics.conf
2) find at extension 25 this line:
exten => 25,3,AddQueueMember(${QUEUENAME},Local/${AGENTCODE}@from-internal)
and replace with
exten =>
25,3,AddQueueMember(${QUEUENAME},Local/${AGENTCODE}@from-internal,${QM_AGENT_PRIONUM})
3) find at extension 35 this line:
exten => 35,4,AddQueueMember(${QUEUENAME},SIP/${QM_AGENT_LOGEXT})
and replacec with
exten =>
35,4,AddQueueMember(${QUEUENAME},SIP/${QM_AGENT_LOGEXT},${QM_AGENT_PRIONUM})
4) save the file
5) reload the asterisk's dialplan
Hope this helps you
Navigation
[0] Message Index
Go to full version