manager: Add <since> tags for all AMI actions.

(cherry picked from commit 7f13966202)
This commit is contained in:
Sean Bright
2025-01-02 14:38:30 -05:00
committed by Asterisk Development Team
parent 5645529361
commit dbc7efbfd4
34 changed files with 467 additions and 3 deletions

View File

@@ -210,6 +210,9 @@
</see-also>
</application>
<manager name="MixMonitorMute" language="en_US">
<since>
<version>1.8.0</version>
</since>
<synopsis>
Mute / unMute a Mixmonitor recording.
</synopsis>
@@ -230,6 +233,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.
@@ -273,6 +279,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>