mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
MESSAGE: Flush Message/ast_msg_queue channel alert pipe.
ASTERISK-25083 Change-Id: Id54baa57a8dbca84e29f28bcd2ffc0a5ac12d8b2
This commit is contained in:
@@ -4239,6 +4239,7 @@ typedef enum {
|
||||
} ast_alert_status_t;
|
||||
int ast_channel_alert_write(struct ast_channel *chan);
|
||||
int ast_channel_alert_writable(struct ast_channel *chan);
|
||||
ast_alert_status_t ast_channel_internal_alert_flush(struct ast_channel *chan);
|
||||
ast_alert_status_t ast_channel_internal_alert_read(struct ast_channel *chan);
|
||||
int ast_channel_internal_alert_readable(struct ast_channel *chan);
|
||||
void ast_channel_internal_alertpipe_clear(struct ast_channel *chan);
|
||||
|
Reference in New Issue
Block a user