Data Fields | |
char * | context |
struct { | |
sip_mailbox * next | |
} | entry |
ast_event_sub * | event_sub |
char * | mailbox |
We could use STRINGFIELDS here, but for only two strings, it seems like too much effort ...
Definition at line 1442 of file chan_sip.c.
char* context |
Definition at line 1444 of file chan_sip.c.
struct { ... } entry |
Referenced by add_peer_mailboxes(), add_peer_mwi_subs(), clear_peer_mailboxes(), get_cached_mwi(), and peer_mailboxes_to_str().
struct ast_event_sub* event_sub |
Associated MWI subscription
Definition at line 1446 of file chan_sip.c.
char* mailbox |
Definition at line 1443 of file chan_sip.c.
struct sip_mailbox* next |
Definition at line 1447 of file chan_sip.c.