]> git.ipfire.org Git - thirdparty/asterisk.git/commit
IAX2 REGAUTH loop
authorDavid Vossel <dvossel@digium.com>
Fri, 15 May 2009 22:43:13 +0000 (22:43 +0000)
committerDavid Vossel <dvossel@digium.com>
Fri, 15 May 2009 22:43:13 +0000 (22:43 +0000)
commitca3481edb9a637b199b01302f7c31cea16208321
tree86b68be82aa7ecdd30e76093eaff412998bbb54a
parent5b9004d067e3830e18027a4a1f7599a43023c76b
IAX2 REGAUTH loop

IAX was not sending REGREJ to terminate invalid registrations.  Instead it sent another REGAUTH if the authentication challenge failed.  This caused a loop of REGREQ and REGAUTH frames.

(Related to Security fix AST-2009-001)

(closes issue #14867)
Reported by: aragon
Tested by: dvossel

(closes issue #14717)
Reported by: mobeck
Patches:
      regauth_loop_update_patch.diff uploaded by dvossel (license 671)
Tested by: dvossel

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