| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 allow_and_or_replace_unsolicited(), create_unsolicited_mwi_subscriptions(), is_unsolicited_allowed(), mwi_on_aor(), mwi_stasis_subscription_alloc(), stasis_sub_cmp(), stasis_sub_hash(), 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().