Asterisk - The Open Source Telephony Project
18.5.0
|
SIP body description. More...
#include <res_pjsip.h>
Data Fields | |
const char * | body_text |
const char * | subtype |
const char * | type |
SIP body description.
This contains a type and subtype that will be added as the "Content-Type" for the message as well as the body text.
Definition at line 2027 of file res_pjsip.h.
const char* body_text |
The text to go in the body
Definition at line 2033 of file res_pjsip.h.
Referenced by ast_body_to_pjsip_body(), asterisk_publication_send_refresh(), asterisk_publisher_devstate_cb(), asterisk_publisher_mwistate_cb(), build_notify_body(), exten_state_publisher_cb(), publisher_client_send(), send_unsolicited_mwi_notify_to_contact(), sendtext(), and transmit_info_dtmf().
const char* subtype |
Subtype of the body, such as "sdp"
Definition at line 2031 of file res_pjsip.h.
Referenced by ast_body_to_pjsip_body(), build_notify_body(), exten_state_publisher_cb(), publisher_client_send(), send_unsolicited_mwi_notify_to_contact(), sendtext(), sip_publisher_service_queue(), and update_content_type().
const char* type |
Type of the body, such as "application"
Definition at line 2029 of file res_pjsip.h.
Referenced by ast_body_to_pjsip_body(), asterisk_publication_send_refresh(), asterisk_publisher_devstate_cb(), asterisk_publisher_mwistate_cb(), build_notify_body(), exten_state_publisher_cb(), Property::load(), msg_send(), publisher_client_send(), send_unsolicited_mwi_notify_to_contact(), sendtext(), sip_publisher_service_queue(), transmit_info_dtmf(), transmit_info_with_vidupdate(), and update_content_type().