[asterisk-bugs] [JIRA] (ASTERISK-26951) chan_sip: ACK with SDP does not update a direct media bridge

Friendly Automation (JIRA) noreply at issues.asterisk.org
Thu Apr 27 16:12:57 CDT 2017


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

Friendly Automation commented on ASTERISK-26951:
------------------------------------------------

Change 5537 merged by Jenkins2:
chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK

[https://gerrit.asterisk.org/5537|https://gerrit.asterisk.org/5537]

> 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