[asterisk-bugs] [JIRA] (ASTERISK-23331) [patch] Failed to pause/unpause already paused/unpaused realtime queue member

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Feb 19 09:52:04 CST 2014


Rusty Newton created ASTERISK-23331:
---------------------------------------

             Summary: [patch] Failed to pause/unpause already paused/unpaused realtime queue member
                 Key: ASTERISK-23331
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23331
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_queue
    Affects Versions: 11.7.0
            Reporter: Vladimir Astafiev


Now when we pause already paused realtime queue member _update_realtime_member_field()_ failed and as result manager event not generated an queue_log entry not written.

I think _update_realtime_member_field()_ must be executed only when paused state of agent really changed. It's no reason to update unchanged realtime entry.

For example, in my solution agents can change their statuses from paused with reason "Call processing" to paused with reason "Lunch" or to paused without reason. It's needed to logging agents worktime.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list