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

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Thu Sep 26 17:53:05 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Mudgett updated ASTERISK-22604:
---------------------------------------

    Description: 
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.


  was:
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.  It also needs to be made independent of manager being enabled.


    
> app_queue is dependent upon AMI subscribing to stasis.
> ------------------------------------------------------
>
>                 Key: ASTERISK-22604
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22604
>             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