mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-28 00:57:02 +00:00
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
This commit is contained in:
@@ -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
|
||||
------------
|
||||
|
||||
|
@@ -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 **
|
||||
|
Reference in New Issue
Block a user