[asterisk-bugs] [JIRA] (ASTERISK-27579) app_bridgewait: ring tone generation not stopped with entertainment disabled

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Jan 12 05:02:39 CST 2018


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

Asterisk Team commented on ASTERISK-27579:
------------------------------------------

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_bridgewait: ring tone generation not stopped with entertainment disabled
> ----------------------------------------------------------------------------
>
>                 Key: ASTERISK-27579
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27579
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_bridgewait
>    Affects Versions: 14.7.4
>            Reporter: Jean Aunis - Prescom
>
> Ringtone generation is not stopped on a channel when it enters the BridgeWait application with no entertainment, even after it has been bridged to another channel.
> Consider the following dialplan :
> {noformat}
> [incoming_call]
> exten = 302,1,Answer()
> same  = n,Ringing()
> same  = n,Set(DB(junk/mychan)=${CHANNEL})
> same  = n,BridgeWait(,,e(n))
> exten = 303,1,Bridge(${DB(junk/mychan)})
> {noformat}
> PHONE1 calls extension 302. PHONE2 calls extension 303, and thus is bridged to PHONE1.
> Asterisk keeps generating the ring tone to PHONE1. As a result, PHONE1 cannot hear anything because it receives RTP packets from both Asterisk and PHONE2.
> The issue does not happen when BridgeWait is asked to provide entertainment, for example by calling BridgeWait(,,e(s)).



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



More information about the asterisk-bugs mailing list