mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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
This commit is contained in:
4
CHANGES
4
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
|
||||
---------------------
|
||||
|
Reference in New Issue
Block a user