QueueMetrics forum
QueueMetrics => Running QueueMetrics => Topic started by: moa on November 05, 2007, 19:22:44
-
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!
-
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:
#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
Try setting them to 3600 (1hr) or 7200 (2hrs).
-
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?
-
Yes of course it does (in the stats section, not the realtime).