[asterisk-bugs] [JIRA] (ASTERISK-25250) Answering a Local channel cause a ringback tone to be heard by caller even after callee answers
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Jul 14 11:00:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226882#comment-226882 ]
Asterisk Team commented on ASTERISK-25250:
------------------------------------------
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].
> Answering a Local channel cause a ringback tone to be heard by caller even after callee answers
> -----------------------------------------------------------------------------------------------
>
> Key: ASTERISK-25250
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25250
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 13.4.0
> Reporter: Etienne Lessard
>
> Given I have the following extensions.conf:
> {noformat}
> exten = 102,1,NoOp()
> same = n,Answer()
> same = n,Dial(SIP/bob)
> same = n,Hangup()
> exten = 112,1,NoOp()
> same = n,Dial(Local/102 at internal)
> same = n,Hangup()
> {noformat}
> And I have two users, SIP/alice and SIP/bob
> When Alice dials 112, then Bob rings and Alice hears a ringback tone
> When Bob answers
> Then Alice and Bob are talking to each other, but Alice continue to hear the ringback tone (expected: the ringback tone stops)
> If Alice dials 102 directly, then the ringback tone is not heard after Bob answers.
> I've attached a full.log with SIP debug enabled.
> Both scenarios works fine in asterisk 11.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list