Project

General

Profile

SipFeatures » History » Version 159

Adrian Georgescu, 08/07/2012 11:56 AM

1 158 Adrian Georgescu
h1. Features
2 1 Adrian Georgescu
3 158 Adrian Georgescu
4
_SIP SIMPLE client SDK_ is a Software Development Kit for development of Real Time Applications based on SIP and related protocols for Audio, Instant Messaging, File Transfers, Desktop Sharing and Presence. Other media types can be easily added by using an extensible high-level API.
5
6 1 Adrian Georgescu
The library has cross platform capabilities on Linux OS, Mac OSX and Microsoft Windows. The library should work with minimal changes on any platform that supports C and Python development environments. The SIP and media stacks are based on pjsip 1.0 version with relevant patches from later versions applied.
7
8 158 Adrian Georgescu
To see _SIP SIMPLE client SDK_ features in action you can try "Blink":http://icanblink.com or "SylkServer":http://sylkserver.com
9 1 Adrian Georgescu
10
11 158 Adrian Georgescu
h2. General
12 1 Adrian Georgescu
13 158 Adrian Georgescu
14
* Multiple SIP Accounts support
15
* Non-blocking, asynchronous, notifications based engine
16
* Configuration Framework
17
* TLS Security for SIP signaling (SIP)
18
* TLS Security for media (MSRP, XCAP)
19
* Multiple Media Types per Session (e.g. Audio + IM)
20
* Trace capability for all underlying protocols
21
* Supports re-INVITE for adding and removing media
22
* Automatically handling if IP Address changes
23
* VPN friendly
24
* Conference Audio Mixer
25
* Wav Player and Recorder
26
* Acoustic Echo Cancelation
27
* Answering Machine
28
* Wide-band Internet codecs: Speex and G722
29
* PSTN compatible codecs: G711, iLBC, GSM
30
31 1 Adrian Georgescu
Supported media types:
32
33 158 Adrian Georgescu
* Audio (RTP/sRTP)
34
* Instant Messaging (MSRP)
35
* File Transfer (MSRP)
36
* Desktop Sharing (VNC)
37 1 Adrian Georgescu
38
All media types can be combined together in the same SIP session.
39
40
The library uses a separated from the core lookup mechanism for the next hop routing. This important feature allows the library to be used for building SIP clients that operate in combination with any SIP provider (by employing RFC 3263 DNS lookups), in a server-less LAN operation (using Bonjour protocol) or integrated into a network overlay developed by a third party (e.g. P2PSIP overlay).
41
42
43 158 Adrian Georgescu
h2. Implemented Standards
44 1 Adrian Georgescu
45
46
47 158 Adrian Georgescu
h3. SIP Signaling
48 1 Adrian Georgescu
49
50 158 Adrian Georgescu
* SIP, Session Initiation Protocol "RFC3261":http://tools.ietf.org/html/rfc3261 
51
* SDP, Session Description Protocol "RFC4566":http://tools.ietf.org/html/rfc4566 
52
* An Offer/Answer Model with Session Description Protocol (SDP) "RFC3264":http://tools.ietf.org/html/rfc3264 
53
* Reliability of Provisional Responses in Session Initiation Protocol "RFC3262":http://tools.ietf.org/html/rfc3262
54
* HTTP Authentication: Basic and Digest Access Authentication "RFC2617":http://tools.ietf.org/html/rfc2617
55
* The Reason Header Field for the Session Initiation Protocol "RFC3326":http://tools.ietf.org/html/rfc3326
56
* The Session Initiation Protocol (SIP) Refer Method "RFC3515":http://tools.ietf.org/html/rfc3515
57
* The Session Initiation Protocol (SIP) "Replaces" Header "RFC 3891":http://tools.ietf.org/html/rfc3891
58
* Session Initiation Protocol (SIP) Call Control - Transfer "RFC 5589":http://tools.ietf.org/html/rfc5589
59
* Obtaining and Using Globally Routable User Agent URIs (GRUUs) "RFC 5627":http://tools.ietf.org/html/rfc5627
60
61
62
h3. Address Resolution
63
64
65
* Locating SIP services: "RFC3263":http://tools.ietf.org/html/rfc3263
66
* Bonjour multicast DNS: http://tools.ietf.org/html/draft-lee-sip-dns-sd-uri-03
67
68
69
h3. NAT Traversal
70
71
72
* SIP Signaling: Symmetric Response Routing Symmetric media "RFC3581":http://tools.ietf.org/html/rfc3581
73
* STUN: Session Traversal Utilities for NAT "RFC3489":http://tools.ietf.org/html/rfc3489
74
* RTP media (Audio and Video): ICE, Interactive Connectivity Establishment "RFC5245":http://tools.ietf.org/html/rfc5245
75
* MSRP media (Instant Messaging and File Transfer): MSRP protocol relay extension "RFC4976":http://tools.ietf.org/html/rfc4976
76
* MSRP Alternative Connection Model (ACM)  "RFC6135":http://tools.ietf.org/html/rfc6135
77 109 Adrian Georgescu
  
78 107 Adrian Georgescu
79 158 Adrian Georgescu
h3. Voice over IP
80 109 Adrian Georgescu
81 1 Adrian Georgescu
82 158 Adrian Georgescu
* RTP, A Transport Protocol for Real-Time Applications "RFC3550":http://tools.ietf.org/html/rfc3550
83
* Real Time Control Protocol (RTCP) attribute in Session Description Protocol (SDP) "RFC3605":http://tools.ietf.org/html/rfc3605
84
* The Secure Real-time Transport Protocol (SRTP)  "RFC3711":http://tools.ietf.org/html/rfc3711
85
* Generation and parsing of RFC 2833/telephone-events payload in both RTP and SDP "RFC2833":http://tools.ietf.org/html/rfc2833
86 142 Adrian Georgescu
87 105 Adrian Georgescu
88 158 Adrian Georgescu
h3. Instant Messaging
89 1 Adrian Georgescu
90 109 Adrian Georgescu
91 158 Adrian Georgescu
* Common Presence and Instant Messaging (CPIM): "RFC 3862":http://tools.ietf.org/html/rfc3862
92
* Session Initiation Protocol (SIP) Extension for Instant Messaging  "RFC3428":http://tools.ietf.org/html/rfc3428
93
* MSRP Protocol "RFC4975":http://tools.ietf.org/html/rfc4975
94
* Indication of Message Composition for Instant Messaging "RFC3994":http://tools.ietf.org/html/rfc3994
95
* Message Summary Event Package "RFC3842":http://tools.ietf.org/html/rfc3842
96
* File Transfer "RFC5547":http://tools.ietf.org/html/rfc5547
97 153 Adrian Georgescu
98 109 Adrian Georgescu
99 158 Adrian Georgescu
h3. Desktop Sharing
100 1 Adrian Georgescu
101 158 Adrian Georgescu
102
* Variation of "draft-garcia-mmusic-sdp-collaboration-00":http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 using RFB over MSRP
103
104
105
h3. Conferencing
106
107
108
* Conference Event Package "RFC4575":http://tools.ietf.org/html/rfc4575
109
* A Framework for Conferencing with the Session Initiation Protocol "RFC4353":http://tools.ietf.org/html/rfc4353
110
* SIP Call Control - Conferencing for User Agents "RFC4579":http://tools.ietf.org/html/rfc4579
111
* MSRP ad-hoc multi-party chat sessions "draft-ietf-simple-chat-08":http://tools.ietf.org/html/draft-ietf-simple-chat-08
112
113
114
h3. Presence
115
116
* SIP Specific Event Notification (SUBSCRIBE and NOTIFY methods) "RFC3265":http://tools.ietf.org/html/rfc3265
117
* SIP Extension for Event State Publication (PUBLISH method) "RFC3903":http://tools.ietf.org/html/rfc3903     
118 159 Adrian Georgescu
* SIP Event Notification Extension for Resource Lists Contact Information Extension to PIDF "RFC4482":http://tools.ietf.org/html/rfc4662
119 158 Adrian Georgescu
* Presence Data Model (PIDF) "RFC3863":http://tools.ietf.org/html/rfc3863, "RFC3379":http://tools.ietf.org/html/rfc3379, "RFC4479":http://tools.ietf.org/html/rfc4479
120
* Watcher-info Event Package "RFC3857":http://tools.ietf.org/html/rfc3857, "RFC3858":http://tools.ietf.org/html/rfc3858
121
* Rich Presence Extensions to PIDF "RFC4480":http://tools.ietf.org/html/rfc4480
122
* Contact Information Extension to PIDF "RFC4482":http://tools.ietf.org/html/rfc4482
123
* User Agent Capability Extension to PIDF "RFC5196":http://tools.ietf.org/html/rfc5196 
124
* XCAP Protocol "RFC4825":http://www.tools.ietf.org/html/rfc4825
125
* Common Policy "RFC4745":http://www.tools.ietf.org/html/rfc4745  
126
* Presence Rules "RFC5025":http://www.tools.ietf.org/html/rfc5025
127
* Resource Lists "RFC4826":http://www.tools.ietf.org/html/rfc4826
128
* RLS Services "RFC4826":http://www.tools.ietf.org/html/rfc4826
129
* PIDF manipulation "RFC4827":http://www.tools.ietf.org/html/rfc4827
130
* XCAP Diff "RFC5874":http://tools.ietf.org/html/rfc5874
131
* OMA Reference Release Definition for XDM v1.1 and Presence SIMPLE v1.1 "Implementation Guidelines":http://www.openmobilealliance.org/Technical/release_program/docs/CopyrightClick.aspx?pck=XDM_PRS_IMPL&file=V1_0-20081209-A/OMA-RRELD-XDM_PRS_IMPL-V1_0-20081209-A.pdf
132
* OMA XML "Document Management V1.1":http://www.openmobilealliance.org/technical/release_program/xdm_v1_1.aspx