From: Russell Bryant Date: Sat, 11 Jul 2009 19:30:19 +0000 (+0000) Subject: note the security events API in CHANGES X-Git-Tag: 11.0.0-beta1~4510 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9aefb32a1a8bef03fe253145c4e3e1d4a504a33;p=thirdparty%2Fasterisk.git note the security events API in CHANGES git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206049 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index c74e393366..0fa0835fe5 100644 --- a/CHANGES +++ b/CHANGES @@ -208,6 +208,14 @@ Multicast RTP Support Control address is specific to the linksys type and is used for sending the control packets unique to them. +Security Events Framework +------------------------- + * Asterisk has a new C API for reporting security events. The module res_security_log + sends these events to the "security" logger level. Currently, AMI is the only + Asterisk component that reports security events. However, SIP support will be + coming soon. For more information on the security events framework, see the + "Security Events" chapter of the included documentation - doc/tex/asterisk.pdf. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 ------------- ------------------------------------------------------------------------------