]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Change SIP NOTIFY requests to expect a response so authentication will work.
authorJeff Peeler <jpeeler@digium.com>
Mon, 2 Aug 2010 21:14:20 +0000 (21:14 +0000)
committerJeff Peeler <jpeeler@digium.com>
Mon, 2 Aug 2010 21:14:20 +0000 (21:14 +0000)
commita66be5fedca75458a755c807493d63422781e132
tree85643048c68ea782032692f472add8ef36318aa5
parente672faf469d003982ba1ac92e63db31e8e6403d2
Change SIP NOTIFY requests to expect a response so authentication will work.

This changes the request to be sent with the transmit type XMIT_RELIABLE so that
sip_ack doesn't return false and cause the 401 to be ignored in cases where
authentication is required.

(closes issue #14255)
Reported by: zktech

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