[asterisk-bugs] [JIRA] (ASTERISK-22605) app_queue is dependent upon AMI subscribing to stasis.

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Sep 27 08:31:07 CDT 2013


Matt Jordan created ASTERISK-22605:
--------------------------------------

             Summary: app_queue is dependent upon AMI subscribing to stasis.
                 Key: ASTERISK-22605
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22605
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_queue
    Affects Versions: 12.0.0-alpha2
            Reporter: Richard Mudgett


The https://reviewboard.asterisk.org/r/2888/ review changes manager to not subscribe to stasis when it is disabled for performance reasons.  When manager is disabled, app_queue now gets the following error message when a device state changes:
{noformat}
ERROR[]: stasis.c:790 stasis_log_bad_type_access: Use of queue_member_status_type() before init/after destruction
{noformat}

The app_queue.c load_module() needs to clean up itself when it declines to load.  In this case it is still subscribed to stasis for device state changes.  It also needs to be made independent of manager being enabled.


--
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