Definition of an MWI subscription to another server. More...
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_pvt * | call |
struct ast_dnsmgr_entry * | dnsmgr |
const ast_string_field | hostname |
const ast_string_field | mailbox |
char | name [1] |
struct sip_subscription_mwi * | next [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 |
Definition of an MWI subscription to another server.
Definition at line 1999 of file chan_sip.c.
struct ast_string_field_mgr __field_mgr |
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.
const ast_string_field authuser |
Definition at line 2007 of file chan_sip.c.
Referenced by __sip_subscribe_mwi_do(), and sip_subscribe_mwi().
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().
struct ast_dnsmgr_entry* dnsmgr |
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().
const ast_string_field hostname |
Definition at line 2007 of file chan_sip.c.
Referenced by __sip_subscribe_mwi_do().
const ast_string_field mailbox |
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.
struct sip_subscription_mwi* next[1] |
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().
const ast_string_field secret |
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().
enum sip_transport transport |
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().
const ast_string_field username |
Definition at line 2007 of file chan_sip.c.
Referenced by __sip_subscribe_mwi_do(), and sip_subscribe_mwi().