mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
MWI: Update modules that subscribe to MWI to use new API calls
The MWI core recently got some new API calls that make tracking MWI state lifetime more reliable. This patch updates those modules that subscribe to specific MWI topics to use the new API. Specifically, these modules now subscribe to both MWI topics and MWI state. ASTERISK-28442 Change-Id: I32bef880b647246823dbccdf44a98d384fcabfbd
This commit is contained in:
@@ -653,7 +653,7 @@ struct dahdi_pvt {
|
||||
*/
|
||||
char mailbox[AST_MAX_MAILBOX_UNIQUEID];
|
||||
/*! \brief Opaque event subscription parameters for message waiting indication support. */
|
||||
struct stasis_subscription *mwi_event_sub;
|
||||
struct ast_mwi_subscriber *mwi_event_sub;
|
||||
/*! \brief Delayed dialing for E911. Overlap digits for ISDN. */
|
||||
char dialdest[256];
|
||||
#ifdef HAVE_DAHDI_LINEREVERSE_VMWI
|
||||
|
||||
Reference in New Issue
Block a user