Merged revisions 81442 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 4 Sep 2007 16:41:14 +0000 (16:41 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 4 Sep 2007 16:41:14 +0000 (16:41 +0000)
commit96206c9289edfbb14828904a5b5ea38900a7e4d5
treed8b2dcc4de154dc0ad9e60c8f37c7a68a2269d9f
parent944352251de0a8298c577aa4098d9815f3bb3dd8
Merged revisions 81442 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r81442 | kpfleming | 2007-09-04 11:40:39 -0500 (Tue, 04 Sep 2007) | 2 lines

there is no point in sending 401 Unauthorized to a UAS that sent us a properly-formatted Authentication header with the expected username and nonce but an incorrect response (which indicates the shared secret does not match)... instead, let's send 403 Forbidden so that the UAS doesn't retry with the same authentication credentials repeatedly

........

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