]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 225912 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Mon, 26 Oct 2009 19:41:30 +0000 (19:41 +0000)
committerJeff Peeler <jpeeler@digium.com>
Mon, 26 Oct 2009 19:41:30 +0000 (19:41 +0000)
commit2e6c200b274237d50117cf24acf64c0eb6326270
treef890bfa83bb146d93a921d1d4f4c101b0107fbfa
parente236b8ad49ee3dbe1781fe34f785fb8a9a5287b1
Merged revisions 225912 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r225912 | jpeeler | 2009-10-26 14:40:26 -0500 (Mon, 26 Oct 2009) | 12 lines

  ACL check not present for verifying SIP INVITEs

  The ACL check in check_peer_ok was missing and has now been restored. The
  missing check allowed for calls to be made on prohibited networks where an ACL
  was defined in sip.conf and the allowguest option was set to off. See the AST
  security advisory below for more information.

  Merge code associated with AST-2009-007.

  (closes issue #16091)
  Reported by: thom4fun
........

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