A peer's mailbox. More...

Data Fields | |
| char * | context |
| unsigned int | delme:1 |
| 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 1821 of file chan_sip.c.
| char* context |
Definition at line 1823 of file chan_sip.c.
Referenced by add_peer_mailboxes(), add_peer_mwi_subs(), destroy_mailbox(), get_cached_mwi(), and peer_mailboxes_to_str().
| unsigned int delme |
Definition at line 1824 of file chan_sip.c.
Referenced by build_peer().
| struct { ... } entry |
| struct ast_event_sub* event_sub |
Associated MWI subscription
Definition at line 1826 of file chan_sip.c.
Referenced by add_peer_mwi_subs(), and destroy_mailbox().
| char* mailbox |
Definition at line 1822 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 |
Definition at line 1827 of file chan_sip.c.