Asterisk - The Open Source Telephony Project
18.5.0
|
MWI state event interface. More...
#include <mwi.h>
Data Fields | |
void(* | on_subscribe )(const char *mailbox, struct ast_mwi_subscriber *sub) |
Raised when MWI is being subscribed. More... | |
void(* | on_unsubscribe )(const char *mailbox, struct ast_mwi_subscriber *sub) |
Raised when MWI is being unsubscribed. More... | |