summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2010-06-22 16:29:18 +0000
committerJeff Peeler <jpeeler@digium.com>2010-06-22 16:29:18 +0000
commit42c24b585a20f5e6cb979a963d4381921b0e3641 (patch)
tree1218b0ffd88470f35b8f2358c696d113f37f91b2 /CHANGES
parent294c78a27ef9ac8b6ecd8cd12319dc100fc34bf2 (diff)
Add regular expression filtering for manager events.
This patch as documented in the sample config allows one to optionally apply white, black, or both types of filtering to manager events. The new 'eventfilter' option is set per user. (closes issue #14861) Reported by: fnordian Patches: eventfilter3.patch uploaded by fnordian (license 110), modified by me Review: https://reviewboard.asterisk.org/r/673/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@271868 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5adee58ae..ea0338f5c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -402,6 +402,8 @@ Asterisk Manager Interface
AOC-E messages on a channel.
* A DBGetComplete event now follows a DBGetResponse, to make the DBGet action
conform more closely to similar events.
+ * Added a new eventfilter option per user to allow whitelisting and blacklisting
+ of events.
Channel Event Logging
---------------------