|
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
SIP URI Scheme and Name address
[URI]
SIP URL structure ("sip:" and "sips:").
Function Documentation
Create new SIP URL and initialize all fields with zero or NULL.
- Parameters:
-
| pool | The pool. |
| secure | Flag to indicate whether secure transport should be used. |
- Returns:
- SIP URL.
Change the SIP URI scheme to sip or sips based on the secure flag. This would not change anything except the scheme.
- Parameters:
-
| uri | The URI |
| secure | Non-zero if sips is wanted. |
Initialize SIP URL (all fields are set to NULL or zero).
- Parameters:
-
| url | The URL. |
| secure | Create sips URI? |
Perform full assignment to the SIP URL.
- Parameters:
-
| pool | The pool. |
| url | Destination URL. |
| rhs | The source URL. |
Create new instance of name address and initialize all fields with zero or NULL.
- Parameters:
-
- Returns:
- New SIP name address.
Initialize with default value.
- Parameters:
-
| name_addr | The name address. |
Perform full assignment to the name address.
- Parameters:
-
| pool | The pool. |
| addr | The destination name address. |
| rhs | The source name address. |
PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.
|
|