| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 2444 of file res_pjsip.h.
| const char* body_text | 
The text to go in the body
Definition at line 2450 of file res_pjsip.h.
Referenced by aoc_bye_outgoing_request(), aoc_bye_outgoing_response(), aoc_invite_outgoing_response(), 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 2448 of file res_pjsip.h.
Referenced by aoc_invite_outgoing_response(), ast_body_to_pjsip_body(), build_notify_body(), exten_state_publisher_cb(), publisher_client_send(), send_unsolicited_mwi_notify_to_contact(), sendtext(), and update_content_type().
| const char* type | 
Type of the body, such as "application"
Definition at line 2446 of file res_pjsip.h.
Referenced by aoc_bye_outgoing_request(), aoc_bye_outgoing_response(), aoc_send_as_xml(), ast_body_to_pjsip_body(), asterisk_publication_send_refresh(), asterisk_publisher_devstate_cb(), asterisk_publisher_mwistate_cb(), build_notify_body(), exten_state_publisher_cb(), msg_send(), publisher_client_send(), send_unsolicited_mwi_notify_to_contact(), sendtext(), transmit_info_dtmf(), transmit_info_with_vidupdate(), and update_content_type().