mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
ami: Add AMI event for Wink
Adds an AMI event for a wink frame. ASTERISK-29830 #close Change-Id: I83e426de5e37baed79a4dbcc91e9e8d030ef1b56
This commit is contained in:
committed by
Friendly Automation
parent
5b8d68d678
commit
68f1e5d508
@@ -528,6 +528,13 @@ struct stasis_message_type *ast_channel_dtmf_end_type(void);
|
||||
*/
|
||||
struct stasis_message_type *ast_channel_flash_type(void);
|
||||
|
||||
/*!
|
||||
* \brief Message type for when a wink occurs on a channel.
|
||||
*
|
||||
* \return A stasis message type
|
||||
*/
|
||||
struct stasis_message_type *ast_channel_wink_type(void);
|
||||
|
||||
/*!
|
||||
* \since 12
|
||||
* \brief Message type for when a channel is placed on hold.
|
||||
|
Reference in New Issue
Block a user