[asterisk-bugs] [JIRA] (ASTERISK-27579) app_bridgewait: ring tone generation not stopped with entertainment disabled
Jean Aunis - Prescom (JIRA)
noreply at issues.asterisk.org
Fri Jan 12 05:02:39 CST 2018
Jean Aunis - Prescom created ASTERISK-27579:
-----------------------------------------------
Summary: 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