app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute.

ASTERISK-29244

Change-Id: I1862d58264c2c8b5d8983272cb29734b184d67c5
This commit is contained in:
Sebastien Duthil
2021-01-13 15:05:53 -05:00
committed by Sébastien Duthil
parent 5699eb7b0f
commit 435d68be97
7 changed files with 175 additions and 1 deletions

View File

@@ -481,7 +481,31 @@ struct stasis_message_type *ast_channel_monitor_start_type(void);
struct stasis_message_type *ast_channel_monitor_stop_type(void);
/*!
* \since 12.0.0
* \since 18
* \brief Message type for starting mixmonitor on a channel
*
* \retval A stasis message type
*/
struct stasis_message_type *ast_channel_mixmonitor_start_type(void);
/*!
* \since 18
* \brief Message type for stopping mixmonitor on a channel
*
* \retval A stasis message type
*/
struct stasis_message_type *ast_channel_mixmonitor_stop_type(void);
/*!
* \since 18
* \brief Message type for muting or unmuting mixmonitor on a channel
*
* \retval A stasis message type
*/
struct stasis_message_type *ast_channel_mixmonitor_mute_type(void);
/*!
* \since 18.0.0
* \brief Message type for agent login on a channel
*
* \retval A stasis message type