Author Topic: Queuemetrics logic around pause and unpause of queuemembers  (Read 2463 times)

zodimo

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile

Problem related to specific to scenario below. No other problems experienced.

Scenario:
Agent logged in but not receiving calls.

Problem identification:
Agent paused and then logged off. When Agent login again the Pause will reflect in asterisk but not in queuemetrics.
Thus giving false positive.

Cause:
Queuemetrics logic not aligned with Asterisk logic.

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Queuemetrics logic around pause and unpause of queuemembers
« Reply #1 on: March 30, 2011, 16:57:30 »
This is a user-configurable behavior, as some (older but still in use) versions of Asterisk persist the paused state across logins, while newer ones don't.

Try setting:

Quote
default.alwaysLogonUnpaused=true

and it should fix your issue.

PS. Thanks for the excellent problem report! :)