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:
Naveen Albert
2022-01-03 17:10:03 +00:00
committed by Friendly Automation
parent 5b8d68d678
commit 68f1e5d508
7 changed files with 53 additions and 0 deletions

View File

@@ -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.