[asterisk-bugs] [JIRA] (ASTERISK-27870) app_confbridge: Conference bridge and announcer channels are not removed if conference is ended as soon as it starts

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon May 21 06:23:56 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243470#comment-243470 ] 

Asterisk Team commented on ASTERISK-27870:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> app_confbridge: Conference bridge and announcer channels are not removed if conference is ended as soon as it starts
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-27870
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27870
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 13.21.0
>            Reporter: Robert Mordec
>
> If a conference is ended very quickly after it was created, ie. first user immediatlely hangs up, conference bridge and announcer channels are not removed. You can list them using _bridge show all_ and _core show channels_. Repeating this process (calling conference and hanging up quickly), creates new bridge and announcers.
> When conference is created, *push_announcer()* function is added to playback queue task processor and conference object reference is bumped. The issue arises when conference is ended while _push_announcer()_ function is still going. In that case _ao2_cleanup(conference)_ at the end of _push_announcer()_ will call the destructor function - *destroy_conference_bridge()*.
> The _destroy_conference_bridge()_ function will then add _hangup_playback_ task to playback queue and will wait for it to end. Since it is already a current task from playback queue it will wait forever.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list