[asterisk-bugs] [JIRA] (ASTERISK-27228) bridging: Two party bridge where the first party was dialing a third party causes a variety of weird behavior

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Sep 1 15:39:07 CDT 2017


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

Rusty Newton updated ASTERISK-27228:
------------------------------------

    Summary: bridging: Two party bridge where the first party was dialing a third party causes a variety of weird behavior  (was: Application Bridge causes weird behavior before channels are answered)

> bridging: Two party bridge where the first party was dialing a third party causes a variety of weird behavior
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-27228
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27228
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/Bridging
>    Affects Versions: 13.17.0
>            Reporter: Thomas Sevestre
>            Assignee: Unassigned
>
> 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
> Edit (By bford):
> # Channel A calls Channel B
> # Channel C executes dialplan that calls Bridge(Channel A) before Channel B answers
> # Channel A and C and bridged, Channel B hangs up (reason is set to unknown)
> # When Channel A or C hang up, events are received involving Channel B, which can be seen via AMI



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



More information about the asterisk-bugs mailing list