]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Fix so asterisk won't send reINVITE after a BYE.
authorWalter Doekes <walter+asterisk@wjd.nu>
Sun, 12 Oct 2014 08:13:07 +0000 (08:13 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Sun, 12 Oct 2014 08:13:07 +0000 (08:13 +0000)
commit03a4a28a2e49dc44d971088a018b5a928a279e52
tree7db8126a18568f76c67dd797213ff9d722719d59
parente9e8e41bf525a6f156d18bc8b1e75ce1dc8f95ab
chan_sip: Fix so asterisk won't send reINVITE after a BYE.

After a reINVITE glare situation, Asterisk would re-send the reINVITE
even though the call had been hung up in the mean time.  This patch
unschedules the reinvite when handling the BYE.

ASTERISK-22791 #close
Reported by: Paolo Compagnini
Tested by: Paolo Compagnini

Review: https://reviewboard.asterisk.org/r/4056/
(testcase is in review r4055)
........

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

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