aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjmls <jmls@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-21 13:08:44 +0000
committerjmls <jmls@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-21 13:08:44 +0000
commit9414ccc78223be43a7a9948dc7a258fb642d5828 (patch)
treea94e93172a75b7d47061ddd0fc70c939da67dfe8 /doc
parent83cc6a33dfc2cb6eca83bae4eee5333615fa996a (diff)
Added NEW ACTIONS entry for new MixMonitorMute AMI command.
Added State and Direction variables for new MixMonitorMute AMI command. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258228 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/manager_1_1.txt12
-rw-r--r--doc/tex/manager.tex2
2 files changed, 13 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
------------
diff --git a/doc/tex/manager.tex b/doc/tex/manager.tex
index b697b44f2..6bf369040 100644
--- a/doc/tex/manager.tex
+++ b/doc/tex/manager.tex
@@ -163,6 +163,7 @@ the mailing list archives and the documentation page on the
DestinationContext: -- Destination context (cdr_manager)
DestinationChannel: -- Destination channel (cdr_manager)
DestUniqueID: -- UniqueID of destination (dial event)
+ Direction: <type> -- Audio to mute (read | write | both)
Disposition: -- Call disposition (CDR manager)
Domain: <domain> -- DNS domain
Duration: <secs> -- Duration of call (cdr_manager)
@@ -231,6 +232,7 @@ the mailing list archives and the documentation page on the
SrcUniqueID: -- UniqueID of source (dial event)
StartTime: -- Start time of call (cdr_manager)
State: -- Channel state
+ State: <1 | 0> -- Mute flag
Status: -- Registration status (Registry events SIP)
Status: -- Extension status (Extensionstate)
Status: -- Peer status (if monitored) ** Will change name **