]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Do not increment the SDP version between 183 and 200 responses.
authorMark Michelson <mmichelson@digium.com>
Mon, 14 Oct 2013 21:52:24 +0000 (21:52 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 14 Oct 2013 21:52:24 +0000 (21:52 +0000)
commit84adf58988346b9bd73cf348dc3aeaa98c02c457
tree69cef28d13719e3285a913a5595cd8a7b2e5937d
parentcf37f8d4c4520f5058caa12f7d79d5451ecfc85a
chan_sip: Do not increment the SDP version between 183 and 200 responses.

Bumping the SDP version number can cause interoperability problems
since receivers of the responses will expect that a 200 SDP will
be identical to a previous 183 SDP.

(closes issue ASTERISK-21204)
reported by NITESH BANSAL

Patches:
dont-increment-session-version-in-2xx-after-183.patch uploaded by NITESH BANSAL (License #6418)
........

Merged revisions 400906 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 400908 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c