summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Murawki <markm@intellasoft.net>2011-07-05 16:46:17 +0000
committerMark Murawki <markm@intellasoft.net>2011-07-05 16:46:17 +0000
commit8b20d4ffe84c6be70832901a937ab17a8575714a (patch)
treeab13d2bc3a0e124ae86f6759371a689d441efb32 /CHANGES
parent67945ce62733fa5a90e5a8b07b0d7726db56b8de (diff)
New feature: AMI Action FilterAdd
This adds a new action, FilterAdd to the manager interface that allows control over event filters for the current session (closes issue ASTERISK-16795) Reported by: kobaz Tested by: kobaz,loloski git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 48cb70d69..53587b598 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,9 @@ Asterisk Manager Interface
Description field that is set by 'description' in the channel configuration
file.
* Added Uniqueid header to UserEvent.
+ * Added new action FilterAdd to control event filters for the current session.
+ This requires the system permission and uses the same filter syntax as
+ filters that can be defined in manager.conf
Asterisk HTTP Server
--------------------------