Thu Apr 28 2011 17:16:26

Asterisk developer's documentation


sip_subscription_mwi Struct Reference

Definition of an MWI subscription to another server. More...

Collaboration diagram for sip_subscription_mwi:

Data Fields

struct ast_string_field_mgr __field_mgr
struct ast_string_field_pool__field_mgr_pool
ast_mutex_t _lock
const ast_string_field authuser
struct sip_pvtcall
struct ast_dnsmgr_entrydnsmgr
const ast_string_field hostname
const ast_string_field mailbox
char name [1]
struct sip_subscription_mwinext [1]
unsigned int objflags
int portno
unsigned int refcount
int resub
const ast_string_field secret
unsigned int subscribed:1
enum sip_transport transport
struct sockaddr_in us
const ast_string_field username

Detailed Description

Definition of an MWI subscription to another server.

Definition at line 1999 of file chan_sip.c.


Field Documentation

Definition at line 2007 of file chan_sip.c.

Who we are sending the subscription as Who we *authenticate* as Domain or host we subscribe to Password in clear text Mailbox store to put MWI into

Definition at line 2007 of file chan_sip.c.

Definition at line 2000 of file chan_sip.c.

Definition at line 2007 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do(), and sip_subscribe_mwi().

struct sip_pvt* call

Outbound subscription dialog

Definition at line 2012 of file chan_sip.c.

Referenced by __sip_destroy(), __sip_subscribe_mwi_do(), handle_response_subscribe(), and sip_subscribe_mwi_destroy().

DNS refresh manager for subscription

Definition at line 2013 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do(), and sip_subscribe_mwi_destroy().

Definition at line 2007 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do().

Definition at line 2007 of file chan_sip.c.

Referenced by handle_request_notify().

char name[1]

Definition at line 2000 of file chan_sip.c.

Definition at line 2000 of file chan_sip.c.

unsigned int objflags

Definition at line 2000 of file chan_sip.c.

int portno

Optional port override

Definition at line 2009 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do(), and sip_subscribe_mwi().

unsigned int refcount

Definition at line 2000 of file chan_sip.c.

int resub

Sched ID of resubscription

Definition at line 2010 of file chan_sip.c.

Referenced by handle_response_subscribe(), sip_subscribe_mwi(), sip_subscribe_mwi_destroy(), and sip_subscribe_mwi_do().

Definition at line 2007 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do().

unsigned int subscribed

Whether we are currently subscribed or not

Definition at line 2011 of file chan_sip.c.

Referenced by handle_response_subscribe().

Transport to use

Definition at line 2008 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do(), and sip_subscribe_mwi().

struct sockaddr_in us

Who the server thinks we are

Definition at line 2014 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do().

Definition at line 2007 of file chan_sip.c.

Referenced by __sip_subscribe_mwi_do(), and sip_subscribe_mwi().


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