mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +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:
@@ -1252,7 +1252,7 @@ enum sip_mailbox_status {
|
||||
*/
|
||||
struct sip_mailbox {
|
||||
/*! Associated MWI subscription */
|
||||
struct stasis_subscription *event_sub;
|
||||
struct ast_mwi_subscriber *event_sub;
|
||||
AST_LIST_ENTRY(sip_mailbox) entry;
|
||||
struct sip_peer *peer;
|
||||
enum sip_mailbox_status status;
|
||||
|
Reference in New Issue
Block a user