Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_sip_body Struct Reference

SIP body description. More...

#include <res_pjsip.h>

Data Fields

const char * body_text
 
const char * subtype
 
const char * type
 

Detailed Description

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 2309 of file res_pjsip.h.

Field Documentation

const char* body_text

The text to go in the body

Definition at line 2315 of file res_pjsip.h.

const char* subtype

Subtype of the body, such as "sdp"

Definition at line 2313 of file res_pjsip.h.

const char* type

Type of the body, such as "application"

Definition at line 2311 of file res_pjsip.h.

Referenced by transmit_info_with_vidupdate().


The documentation for this struct was generated from the following file: