Asterisk - The Open Source Telephony Project
21.4.1
|
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_client * | owner |
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_message * | sending |
The message currently being sent. | |
struct ast_taskprocessor * | serializer |
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. | |
Definition at line 198 of file res_pjsip_outbound_publish.c.
struct ast_sip_outbound_publish_client* owner |
The client object that 'owns' this client.
Definition at line 204 of file res_pjsip_outbound_publish.c.