QueueMetrics > QueueMetrics installation
Unable to report based on agent
matts:
When I run a custom report for an agent it comes back with 0 calls. But if I run it for all queues or a queue group it will show calls for that agent.
Any ideas? We're running 1.7
QueueMetrics:
Most likely the agent name you used was not the one that QM finds, so it yelds zero results.
matts:
I'm selecting the agents from the drop down menu. The agents are setup as agent/xxxx in QM, and that looks like what the report is looking for and that's what it shows in the report for all agents.
Now to make QM work with our server and all the queue priority patches our developer wrote for asterisk we have to log the agents into the queues as local/xxxx.
exten => 35,4,AddQueueMember(${QUEUENAME},Local/${AGENTCODE}@from-queue/n,${DB(QPENALTY/${QUEUENAME}/agents/${AGENTCODE})},,${DB(AMPUSER/${AGENTCODE}/cidname)},HINT:${AGENTCODE}@ext-local)
I just tried setting one of the agents as Local/xxxx in QM but now he doesn't show up at all in any report. I'm guessing the report is hard set to look for Agent/xxxx? Or am I missing something?
QueueMetrics:
You can set the rewriteLocalAgents option to true so that when in the queue_log you see "Local/123@from-internal", QM reads "Agent/123"
matts:
I don't see that option in my 'configuration.properties' but I have "default.rewriteLocalChannels=true"
Navigation
[0] Message Index
[#] Next page
Go to full version