From c9aefb32a1a8bef03fe253145c4e3e1d4a504a33 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 11 Jul 2009 19:30:19 +0000 Subject: [PATCH] note the security events API in CHANGES git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206049 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ------------- ------------------------------------------------------------------------------