[asterisk-bugs] [JIRA] (ASTERISK-27228) Dialplan application Bridge does not stop running PBX
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Aug 29 05:11:11 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238286#comment-238286 ]
Asterisk Team commented on ASTERISK-27228:
------------------------------------------
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].
> Dialplan application Bridge does not stop running PBX
> -----------------------------------------------------
>
> Key: ASTERISK-27228
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27228
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 13.17.0
> Reporter: Thomas Sevestre
>
> Say
> - A dial B (we have channel_a and channel_b)
> - C bridge channel_a, before channel_b is answered
> As a result :
> - channel_a is bridged with channel_c (OK)
> - channel_b is canceled (OK)
> - channel_b is canceled without an answered elsewhere reason (1st problem)
> - the initial dial does not returns until channel_a hangs up (2nd problem)
> The problem is in ast_bridge_add_channel implementation, when channel is not in a bridge but have a running pbx :
> - 1st problem is solved by setting AST_CAUSE_ANSWERED_ELSEWHERE hangupcause
> - I don't know how to fix the 2nd problem
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list