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

Transaction Layer


Detailed Description

This module provides stateful processing to incoming or outgoing SIP messages. Before performing any stateful operations, application must register the transaction layer module by calling pjsip_tsx_layer_init_module().

Application should link with pjsip-core library to use the transaction layer.


Table of Contents

 Transaction
 Transaction instance for all types of SIP transactions.

The pjsip_transaction describes SIP transaction, and is used for both INVITE and non-INVITE, UAC or UAS. Application must register the transaction layer module with pjsip_tsx_layer_init_module() before performing any stateful operations.

 Stateful Operations
 Utility function to send requests/responses statefully.

 


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