hello all
we are currently using Queuemetrics (ver 1.4.4) in conjunction with Asterisk (ver 1.4.7.1)
we have 6 different queues set up in Asterisk, the agents that are attached to each queue have a priority so:
Agents.conf
Agent 1200,1
Agent 1201,1
Agent 1300,2
Agent 1301,2
Queues.conf
[random]
musiconhold = default
announce = random-queue
context=Queuevoice
strategy = rrememory
timeout = 10
retry = 4
wrapuptime = 10
maxlen = 0
joinempty = no
memberdelay = 0
call-limit =1
member => Agent 1200,1
member => Agent 1201,1
member => Agent 1300,2
member => Agent 1301,2
we have also set this option in queuemetrics but the calls do not adhere to the priorities?! meaning the agents with the 2 gets as many calls as the agents set to 1
does that all make sense?
thanks