[asterisk-commits] jmls: trunk r258228 - in /trunk/doc: manager_1_1.txt tex/manager.tex
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 21 08:08:46 CDT 2010
Author: jmls
Date: Wed Apr 21 08:08:44 2010
New Revision: 258228
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=258228
Log:
Added NEW ACTIONS entry for new MixMonitorMute AMI command.
Added State and Direction variables for new MixMonitorMute AMI command.
Modified:
trunk/doc/manager_1_1.txt
trunk/doc/tex/manager.tex
Modified: trunk/doc/manager_1_1.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/doc/manager_1_1.txt?view=diff&rev=258228&r1=258227&r2=258228
==============================================================================
--- trunk/doc/manager_1_1.txt (original)
+++ trunk/doc/manager_1_1.txt Wed Apr 21 08:08:44 2010
@@ -290,7 +290,17 @@
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
------------
Modified: trunk/doc/tex/manager.tex
URL: http://svnview.digium.com/svn/asterisk/trunk/doc/tex/manager.tex?view=diff&rev=258228&r1=258227&r2=258228
==============================================================================
--- trunk/doc/tex/manager.tex (original)
+++ trunk/doc/tex/manager.tex Wed Apr 21 08:08:44 2010
@@ -163,6 +163,7 @@
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 @@
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 **
More information about the asterisk-commits
mailing list