Asterisk - The Open Source Telephony Project
18.5.0
|
A peer's mailbox. More...
#include <sip.h>
Data Fields | |
struct { | |
struct sip_mailbox * next | |
} | entry |
struct ast_mwi_subscriber * | event_sub |
char | id [1] |
struct sip_peer * | peer |
enum sip_mailbox_status | status |
A peer's mailbox.
We could use STRINGFIELDS here, but for only one string, its too much effort ...
struct { ... } entry |
struct ast_mwi_subscriber* event_sub |
Associated MWI subscription
Definition at line 1263 of file sip.h.
Referenced by add_peer_mwi_subs(), and destroy_mailbox().
char id[1] |
Definition at line 1267 of file sip.h.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), add_peer_mailboxes(), add_peer_mwi_subs(), get_cached_mwi(), Model::load(), and peer_mailboxes_to_str().
struct sip_mailbox* next |
struct sip_peer* peer |
Definition at line 1265 of file sip.h.
Referenced by add_peer_mailboxes().
enum sip_mailbox_status status |
Definition at line 1266 of file sip.h.
Referenced by add_peer_mailboxes(), add_peer_mwi_subs(), and build_peer().