Mon Sep 20 2010 00:35:08

Asterisk developer's documentation


Data Fields

sip_mailbox Struct Reference

A peer's mailbox. More...

Collaboration diagram for sip_mailbox:
Collaboration graph
[legend]

Data Fields

char * context
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 1808 of file chan_sip.c.


Field Documentation

char* context
struct { ... } entry

Associated MWI subscription

Definition at line 1812 of file chan_sip.c.

Referenced by add_peer_mwi_subs(), and destroy_mailbox().

char* mailbox
struct sip_mailbox* next

Definition at line 1813 of file chan_sip.c.


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