|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Queued outbound publish message. More...

Data Fields | ||
| struct ast_sip_body | body | |
| Optional body. | ||
| char | body_contents [0] | |
| Extra space for body contents. | ||
| struct { | ||
| struct sip_outbound_publish_message * next | ||
| } | entry | |
| Linked list information. | ||
Queued outbound publish message.
Definition at line 163 of file res_pjsip_outbound_publish.c.
| struct ast_sip_body body |
Optional body.
Definition at line 165 of file res_pjsip_outbound_publish.c.
Referenced by ast_sip_publish_client_send(), and publisher_client_send().
| char body_contents[0] |
Extra space for body contents.
Definition at line 169 of file res_pjsip_outbound_publish.c.
| struct { ... } entry |
Linked list information.
Referenced by publisher_client_send(), sip_outbound_publish_callback(), sip_outbound_publisher_destroy(), and sip_publisher_service_queue().
| struct sip_outbound_publish_message* next |
Definition at line 167 of file res_pjsip_outbound_publish.c.