mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-13 13:28:34 +00:00
Add BUGBUG note for ASTERISK-22009
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -421,6 +421,22 @@ struct stasis_message_type *ast_channel_monitor_start_type(void);
|
||||
*/
|
||||
struct stasis_message_type *ast_channel_monitor_stop_type(void);
|
||||
|
||||
/*!
|
||||
* \since 12.0.0
|
||||
* \brief Message type for agent login on a channel
|
||||
*
|
||||
* \retval A stasis message type
|
||||
*/
|
||||
struct stasis_message_type *ast_channel_agent_login_type(void);
|
||||
|
||||
/*!
|
||||
* \since 12.0.0
|
||||
* \brief Message type for agent logoff on a channel
|
||||
*
|
||||
* \retval A stasis message type
|
||||
*/
|
||||
struct stasis_message_type *ast_channel_agent_logoff_type(void);
|
||||
|
||||
/*!
|
||||
* \since 12
|
||||
* \brief Message type for starting music on hold on a channel
|
||||
|
||||
Reference in New Issue
Block a user