WARNING: The online documentation has moved to https://docs.pjsip.org.
Visit the new documentation at https://docs.pjsip.org:
Home --> Documentations --> PJSIP Reference
#include <sip_msg.h>
This structure describes a SIP message.
Forward declaration for message (sip_msg.h).
Message type (ie request or response).
Request Line.
Status Line.
The first line of the message can be either request line for request messages, or status line for response messages. It is represented here as a union.
List of message headers.
Referenced by pjsip_msg_add_hdr(), and pjsip_msg_insert_first_hdr().
Pointer to message body, or NULL if no message body is attached to this mesage.