QueueMetrics > Running QueueMetrics
Agent goes available after 30 minutes
(1/1)
moa:
Hi -
I recently got QM up and running. I've noticed a small problem. After an agent is on a call for longer than 30 minutes, QM places them available. I've checked the queue_log as well as the asterisk cli, there is nothing in the queue_log that shows them completing the call. Inside the cli it's showing them Busy.
Any ideas?
Thanks in advance!
QueueMetrics:
Yes: this is because on most CCs such a long talk time would be considered a system error, as call turnaround is much much faster. You can edit configuration.properties and change the following two paramenters:
--- Code: ---#If an ongoing call has a wait time that exceeds this value, drop it. 0: ignore
default.maxOngoingWaitTime=1000
#If an ongoing call has a talk time that exceeds this value, drop it. 0: ignore
default.maxOngoingTalkTime=2000
--- End code ---
Try setting them to 3600 (1hr) or 7200 (2hrs).
moa:
Thanks, that's exactly what I was looking for. One more question though. Since it drops it, does it still keep stats on the entire call?
QueueMetrics:
Yes of course it does (in the stats section, not the realtime).
Navigation
[0] Message Index
Go to full version