]> git.ipfire.org Git - thirdparty/asterisk.git/commit
We don't handle 4XX responses to BYE well. According to
authorMark Michelson <mmichelson@digium.com>
Thu, 20 Nov 2008 17:48:42 +0000 (17:48 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 20 Nov 2008 17:48:42 +0000 (17:48 +0000)
commit3668ba67ab58f67c6de809e974b9fe3c56c71f05
tree88267264f033a787aa7fd78505fd73c342dc2138
parent3a1a981e2e728697002f93d00e82879c472dc3da
We don't handle 4XX responses to BYE well. According to
section 15 of RFC 3261, we should terminate a dialog if we
receive a 481 or 408 in response to our BYE. Since I am aware
of at least one phone manufacturer who may sometimes send a
404 as well, I am being liberal and saying that any 4XX response
to a BYE should result in a terminated dialog.

(closes issue #12994)
Reported by: pabelanger
Patches:
      12994.patch uploaded by putnopvut (license 60)

Closes AST-129

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