[asterisk-bugs] [JIRA] (ASTERISK-26951) chan_sip: ACK with SDP does not update a direct media bridge
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Apr 20 02:09:58 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=236610#comment-236610 ]
Asterisk Team commented on ASTERISK-26951:
------------------------------------------
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].
> chan_sip: ACK with SDP does not update a direct media bridge
> ------------------------------------------------------------
>
> Key: ASTERISK-26951
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26951
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/General
> Affects Versions: 13.7.2, 14.3.0
> Reporter: Jean Aunis - Prescom
>
> This issue happens with chan_sip.
> Given I have two SIP users Alice and Bob
> Given Alice calls Asterisk
> Given Asterisk calls Bob and bridges him with Alice in a direct media bridge
> When Alice sends a re-INVITE, with the final ACK request containing a SDP with a new connection address
> Then Asterisk does not send a re-INVITE to Bob with the new connection address
> Expected : Asterisk sends a re-INVITE to Bob with the new connection address
> To be clearer, here is a sequence diagram :
> ||Alice|| ||Asterisk|| ||Bob||
> | |INVITE (SDP : c=@addrA1) --->| | | |
> | | <--- 100/180 | |INVITE --->| |
> | |<--- 200| | <--- 200 (SDP: c=@addrB1) | |
> | |<--- INVITE (SDP: c=@addrB1)| *direct media establishement* |INVITE (SDP: c=@addrA1) --->| |
> | |200 --->| |<--- 200 | |
> | |INVITE --->| | | |
> | | <--- 200 | | | |
> | |ACK (SDP: c=@addrA2) --->| | | |
> At this point Asterisk should send a re-INVITE to Bob with @addrA2.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list