Asterisk - The Open Source Telephony Project
18.5.0
|
Wrapper for stasis subscription. More...
Data Fields | |
char | mailbox [1] |
struct ast_mwi_subscriber * | mwi_subscriber |
Wrapper for stasis subscription.
An MWI subscription has a container of these. This represents a stasis subscription for MWI state.
Definition at line 97 of file res_pjsip_mwi.c.
char mailbox[1] |
The mailbox corresponding with the MWI subscription. Used as a hash key
Definition at line 101 of file res_pjsip_mwi.c.
Referenced by create_unsolicited_mwi_subscriptions(), mwi_on_aor(), mwi_stasis_subscription_alloc(), mwi_subscription_mailboxes_str(), mwi_validate_for_aor(), stasis_sub_cmp(), and unsubscribe_stasis().
struct ast_mwi_subscriber* mwi_subscriber |
The MWI stasis subscription
Definition at line 99 of file res_pjsip_mwi.c.
Referenced by get_message_count(), mwi_stasis_subscription_alloc(), and unsubscribe_stasis().