summaryrefslogtreecommitdiff
path: root/doc/manager_1_1.txt
diff options
context:
space:
mode:
authorJulian Lyndon-Smith <julian@dotr.com>2010-04-21 13:08:44 +0000
committerJulian Lyndon-Smith <julian@dotr.com>2010-04-21 13:08:44 +0000
commit81fd235286d35982f606bafb9ca49f778bf1acd9 (patch)
treea94e93172a75b7d47061ddd0fc70c939da67dfe8 /doc/manager_1_1.txt
parent5f32984fcb24142add87cf4a9e7f63012065f3e3 (diff)
Added NEW ACTIONS entry for new MixMonitorMute AMI command.
Added State and Direction variables for new MixMonitorMute AMI command. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/manager_1_1.txt')
-rw-r--r--doc/manager_1_1.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index 714a6c560..c8253f5e1 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -290,7 +290,17 @@ Changes to manager version 1.1:
CoreReloadTime: 22:35:17
CoreCurrentCalls: 20
-
+- Action: MixMonitorMute
+ Modules: app_mixmonitor.c
+ Purpose:
+ Mute / unMute a Mixmonitor recording.
+ Variables:
+ ActionId: <id> Action ID for this transaction. Will be returned.
+ Channel: the channel MixMonitor is running on
+ Direction: Which part of the recording to mute: read, write or both (from
+ channel, to channel or both channels).
+ State: Turn mute on or off : 1 to turn on, 0 to turn off.
+
* NEW EVENTS
------------