A peer's mailbox. More...

Data Fields | |
| char * | context |
| struct { | |
| struct sip_mailbox * next | |
| } | entry |
| struct ast_event_sub * | event_sub |
| char * | mailbox |
A peer's mailbox.
We could use STRINGFIELDS here, but for only two strings, it seems like too much effort ...
Definition at line 1494 of file chan_sip.c.
| char* context |
Definition at line 1496 of file chan_sip.c.
Referenced by add_peer_mailboxes(), add_peer_mwi_subs(), destroy_mailbox(), get_cached_mwi(), and peer_mailboxes_to_str().
| struct { ... } entry |
struct ast_event_sub* event_sub [read] |
Associated MWI subscription
Definition at line 1498 of file chan_sip.c.
Referenced by add_peer_mwi_subs(), and destroy_mailbox().
| char* mailbox |
Definition at line 1495 of file chan_sip.c.
Referenced by add_peer_mailboxes(), add_peer_mwi_subs(), destroy_mailbox(), get_cached_mwi(), and peer_mailboxes_to_str().
struct sip_mailbox* next [read] |
Definition at line 1499 of file chan_sip.c.
1.6.1