Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
sip_outbound_publisher Struct Reference

Data Fields

unsigned int auth_attempts
 The number of auth attempts done.
 
pjsip_publishc * client
 Underlying publish client.
 
unsigned int destroy
 Publish client should be destroyed.
 
char * from_uri
 The From URI for this specific publisher.
 
struct ast_sip_outbound_publish_clientowner
 The client object that 'owns' this client. More...
 
struct {
   struct sip_outbound_publish_message *   first
 
   struct sip_outbound_publish_message *   last
 
queue
 Queue of outgoing publish messages to send.
 
struct sip_outbound_publish_messagesending
 The message currently being sent.
 
struct ast_taskprocessorserializer
 Serializer for stuff and things.
 
pj_timer_entry timer
 Timer entry for refreshing publish.
 
char * to_uri
 The To URI for this specific publisher.
 
char user [0]
 User, if any, associated with the publisher.
 

Detailed Description

Definition at line 198 of file res_pjsip_outbound_publish.c.

Field Documentation

The client object that 'owns' this client.

Note
any potential circular reference problems are accounted for (see publisher alloc for more information)

Definition at line 204 of file res_pjsip_outbound_publish.c.


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