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 --> PJNATH Reference

NAT Traversal Helper Library


Defines

#define PJ_TURN_INVALID_CHANNEL   0xFFFF

Functions

pj_status_t pjnath_init (void)
void pjnath_perror (const char *sender, const char *title, pj_status_t status)


Define Documentation

#define PJ_TURN_INVALID_CHANNEL   0xFFFF

This constant describes a number to be used to identify an invalid TURN channel number.


Function Documentation

pj_status_t pjnath_init ( void   ) 

Initialize pjnath library.

Returns:
Initialization status.

void pjnath_perror ( const char *  sender,
const char *  title,
pj_status_t  status 
)

Display error to the log.

Parameters:
sender The sender name.
title Title message.
status The error status.

 


PJNATH - Open Source NAT traversal helper library supporting STUN, TURN, and ICE
(C)2001-2008 Benny Prijono