Asterisk - The Open Source Telephony Project
18.5.0
|
Data used to create bodies for NOTIFY/PUBLISH requests. More...
#include <res_pjsip_pubsub.h>
Data Fields | |
void * | body_data |
const char * | body_type |
Data used to create bodies for NOTIFY/PUBLISH requests.
Definition at line 239 of file res_pjsip_pubsub.h.
void* body_data |
The actual data from which the body is generated
Definition at line 243 of file res_pjsip_pubsub.h.
Referenced by ast_sip_pubsub_generate_body_content(), and generate_initial_notify().
const char* body_type |
The type of the data
Definition at line 241 of file res_pjsip_pubsub.h.
Referenced by ast_sip_pubsub_generate_body_content(), exten_state_publisher_cb(), generate_initial_notify(), notify_task(), send_mwi_notify(), and send_unsolicited_mwi_notify_to_contact().