Author Topic: Agent goes available after 30 minutes  (Read 2678 times)

moa

  • Newbie
  • *
  • Posts: 27
  • Karma: 1
    • View Profile
Agent goes available after 30 minutes
« 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!

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Agent goes available after 30 minutes
« Reply #1 on: November 07, 2007, 13:29:45 »
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: [Select]
#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).

moa

  • Newbie
  • *
  • Posts: 27
  • Karma: 1
    • View Profile
Re: Agent goes available after 30 minutes
« Reply #2 on: November 08, 2007, 18:35:11 »
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

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Agent goes available after 30 minutes
« Reply #3 on: November 09, 2007, 17:10:42 »
Yes of course it does (in the stats section, not the realtime).