mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
manager: Add <since>
tags for all AMI actions.
(cherry picked from commit cede8a3e15
)
This commit is contained in:
committed by
Asterisk Development Team
parent
92ce8a5948
commit
1197ebc6cd
@@ -213,6 +213,9 @@
|
||||
</see-also>
|
||||
</application>
|
||||
<manager name="MixMonitorMute" language="en_US">
|
||||
<since>
|
||||
<version>1.8.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Mute / unMute a Mixmonitor recording.
|
||||
</synopsis>
|
||||
@@ -233,6 +236,9 @@
|
||||
</description>
|
||||
</manager>
|
||||
<manager name="MixMonitor" language="en_US">
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Record a call and mix the audio during the recording. Use of StopMixMonitor is required
|
||||
to guarantee the audio file is available for processing during dialplan execution.
|
||||
@@ -276,6 +282,9 @@
|
||||
</description>
|
||||
</manager>
|
||||
<manager name="StopMixMonitor" language="en_US">
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Stop recording a call through MixMonitor, and free the recording's file handle.
|
||||
</synopsis>
|
||||
|
Reference in New Issue
Block a user