]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: On INVITE retransmission, don't add an extra 503 response.
authorWalter Doekes <walter+asterisk@wjd.nu>
Mon, 22 Sep 2014 19:45:50 +0000 (19:45 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Mon, 22 Sep 2014 19:45:50 +0000 (19:45 +0000)
commit0fef06f8ab99360521acdba3ec66aaa3558e4dbe
treef312c5ac0082bcd173ae1171fcdcdae1d0c6749e
parent4863b465af2d833720ee3dc26652f57f05d8b4da
chan_sip: On INVITE retransmission, don't add an extra 503 response.

INVITE arrives to asterisk, asterisk responds Busy(). If the INVITE is
retransmitted, asterisk would generate a 503 in addition to the 486.

Thanks Torrey Searle for providing a working regression test.

ASTERISK-24335 #close

Review: https://reviewboard.asterisk.org/r/4003/
Patches:
  retrans_486_invite.patch uploaded by Torrey Searle (License #5334)

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