Thu Apr 28 2011 16:57:21

Asterisk developer's documentation


sip_mailbox Struct Reference

A peer's mailbox. More...

Collaboration diagram for sip_mailbox:

Data Fields

char * context
unsigned int delme:1
struct {
   struct sip_mailbox *   next
entry
struct ast_event_subevent_sub
char * mailbox

Detailed Description

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.


Field Documentation

unsigned int delme

Definition at line 1824 of file chan_sip.c.

Referenced by add_peer_mailboxes(), and build_peer().

struct { ... } entry

Associated MWI subscription

Definition at line 1826 of file chan_sip.c.

Referenced by add_peer_mwi_subs(), and destroy_mailbox().

struct sip_mailbox* next

Definition at line 1827 of file chan_sip.c.


The documentation for this struct was generated from the following file: