[asterisk-bugs] [JIRA] (ASTERISK-22507) app_queue assertion failure on caller hanup
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Wed Sep 11 13:15:07 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210163#comment-210163 ]
Richard Mudgett commented on ASTERISK-22507:
--------------------------------------------
It looks like app_queue.c:handle_hangup() is trying to get the member snapshot of the optimized out local channel. Since the local channel is long gone, it cannot get the snapshot.
> app_queue assertion failure on caller hanup
> -------------------------------------------
>
> Key: ASTERISK-22507
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22507
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: SVN
> Reporter: Richard Mudgett
>
> Same setup as ASTERISK-22506 but with the DAHDI/G1/130 member commented out of the queue configuration to avoid that issue's CDR assertion.
> The calls are connected and the Local/400 at bri_net call optimizes out. Assertion failure happens when the caller (SIP/200) hangs up.
--
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