summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-09-02 06:23:05 +0000
committerOlle Johansson <oej@edvina.net>2009-09-02 06:23:05 +0000
commiteca8f9082cda9312177e1d6154fab7767883f77d (patch)
tree3d4680f00fb579461b7968990bbf0b19264471f8 /CHANGES
parentb5c89b7d0c018ed6d6d563a81067d54d331e11a4 (diff)
Adding MUTEAUDIO() dialplan function and MuteAudio AMI action (pinepeach)
Review: https://reviewboard.asterisk.org/r/345/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b4fc577c6..a59aff12e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -103,6 +103,8 @@ Dialplan Functions
construct (which all could set variables on the master channel). Usage
of the HASH() dialplan function, with the key set to the name of the slave
channel, is one approach that will avoid conflicts.
+ * Added new dialplan function MUTEAUDIO() for muting inbound and/or outbound
+ audio in a channel.
Dialplan Variables
------------------
@@ -201,6 +203,8 @@ Asterisk Manager Interface
across all .conf files. All affected sample.conf files have been modified to
reflect this change. Previous options such as 'sslenable' still work,
but options with the 'tls' prefix are preferred.
+ * Added a MuteAudio AMI action for muting inbound and/or outbound audio
+ in a channel. (res_mutestream.so)
Channel Event Logging
---------------------