mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute.
ASTERISK-29244 Change-Id: I1862d58264c2c8b5d8983272cb29734b184d67c5
This commit is contained in:
committed by
Sébastien Duthil
parent
5699eb7b0f
commit
435d68be97
@@ -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
|
||||
|
Reference in New Issue
Block a user