pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJSIP Reference

pjsip_msg Struct Reference
[Message Structure]

#include <sip_msg.h>


Detailed Description

This structure describes a SIP message.

Data Fields

pjsip_msg_type_e type
union {
   struct pjsip_request_line   req
   struct pjsip_status_line   status
line
pjsip_hdr hdr
pjsip_msg_bodybody

Field Documentation

Message type (ie request or response).

Request Line.

Status Line.

union { ... } pjsip_msg::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.

Pointer to message body, or NULL if no message body is attached to this mesage.


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

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
(C)2003-2008 Benny Prijono