Asterisk - The Open Source Telephony Project
18.5.0
|
Queued outbound publish message. More...
Data Fields | |
struct ast_sip_body | body |
Optional body. More... | |
char | body_contents [0] |
Extra space for body contents. More... | |
struct { | |
struct sip_outbound_publish_message * next | |
} | entry |
Linked list information. More... | |
Queued outbound publish message.
Definition at line 127 of file res_pjsip_outbound_publish.c.
struct ast_sip_body body |
Optional body.
Definition at line 129 of file res_pjsip_outbound_publish.c.
Referenced by publisher_client_send(), and sip_publisher_service_queue().
char body_contents[0] |
Extra space for body contents.
Definition at line 133 of file res_pjsip_outbound_publish.c.
Referenced by publisher_client_send().
struct { ... } entry |
Linked list information.
struct sip_outbound_publish_message* next |
Definition at line 131 of file res_pjsip_outbound_publish.c.
Referenced by ast_sip_unregister_event_publisher_handler(), find_publisher_handler_for_event_name(), and sub_add_handler().