]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Allow Asterisk to retry after 403 on register
authorKinsey Moore <kmoore@digium.com>
Mon, 30 Sep 2013 15:26:39 +0000 (15:26 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 30 Sep 2013 15:26:39 +0000 (15:26 +0000)
commitfb1c96baf4a8389b4a6974617175e2c554cad452
treebf12341909cdbcd7870cc42d4f117f8668014156
parentecdd1e76eb9fd8f3ebff291b08cc81f9986137c2
chan_sip: Allow Asterisk to retry after 403 on register

This adds a global option in chan_sip to allow it to continue
attempting registration if a 403 is received, clearing the cached nonce
and treating it as a non-fatal response. Normally, this would cause
registration attempts to that endpoint to stop.

(closes issue ASTERISK-17138)
Review: https://reviewboard.asterisk.org/r/2874/
Reported by: Rudi
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@400140 65c4cc65-6c06-0410-ace0-fbb531ad65f3
UPGRADE.txt
channels/chan_sip.c
configs/sip.conf.sample