Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 241 of file res_pjsip_pubsub.h.
void* body_data |
The actual data from which the body is generated
Definition at line 245 of file res_pjsip_pubsub.h.
Referenced by ast_sip_pubsub_generate_body_content(), generate_initial_notify(), and send_unsolicited_mwi_notify_to_contact().
const char* body_type |
The type of the data
Definition at line 243 of file res_pjsip_pubsub.h.
Referenced by ast_sip_pubsub_generate_body_content(), exten_state_publisher_cb(), generate_initial_notify(), notify_task(), and send_mwi_notify().