aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-02 06:23:05 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-02 06:23:05 +0000
commit7b62ceabb8a9fe984b1c292a7a51e0cdbab4fc02 (patch)
tree3d4680f00fb579461b7968990bbf0b19264471f8 /CHANGES
parentfe5bade2f71b0bb03c45eacb27229eba98d26be8 (diff)
Adding MUTEAUDIO() dialplan function and MuteAudio AMI action (pinepeach)
Review: https://reviewboard.asterisk.org/r/345/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@215382 f38db490-d61c-443f-a65b-d21fe96a405b
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
---------------------