]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix pedantic mode of chan_sip to only check the
authorMark Michelson <mmichelson@digium.com>
Mon, 8 Sep 2008 21:10:10 +0000 (21:10 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 8 Sep 2008 21:10:10 +0000 (21:10 +0000)
commit02fb0b646ec961a504bd8859a30816fa4310f957
tree65683f09a0f9285e6765b7f2766fd1cafb971169
parent79d074c9fa4902dd9d1ea62cfddf351b60db90d4
Fix pedantic mode of chan_sip to only check the
remote tag of an endpoint once a dialog has
been confirmed. Up until that point, it is possible
and legal for the far-end to send provisional
responses with a different To: tag each time. With
this patch applied, these provisional messages
will not cause a matching problem.

(closes issue #11536)
Reported by: ibc
Patches:
      11536v2.patch uploaded by putnopvut (license 60)

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