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

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

tel URI Scheme
[URI]

Support for "tel:" URI scheme.

Data Structures

struct  pjsip_tel_uri

Functions

pjsip_tel_uripjsip_tel_uri_create (pj_pool_t *pool)
int pjsip_tel_nb_cmp (const pj_str_t *nb1, const pj_str_t *nb2)

Function Documentation

pjsip_tel_uri* pjsip_tel_uri_create ( pj_pool_t pool  ) 

Create a new tel: URI.

Parameters:
pool The pool.
Returns:
New instance of tel: URI.
int pjsip_tel_nb_cmp ( const pj_str_t nb1,
const pj_str_t nb2 
)

This function compares two numbers for equality, according to rules as specified in RFC 3966.

Parameters:
nb1 The first number.
nb2 The second number.
Returns:
Zero if equal, -1 if nb1 is less than nb2, or +1 if nb1 is greater than nb2.

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.