SipFeatures

Version 113 (Adrian Georgescu, 03/01/2010 08:27 pm)

1 109 Adrian Georgescu
= Features =
2 1 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=2)]]
4 2 Adrian Georgescu
5 109 Adrian Georgescu
''SIP SIMPLE client SDK'' is a Software Development Kit for development of Real Time Applications based on SIP and related protocols for media transport like Presence, Audio and Instant Messaging (IM). Other media types can be easily added by using an extensible high-level API.
6 49 Adrian Georgescu
7 109 Adrian Georgescu
The software has undergone in the past years several interoperability tests at [http://www.sipit.net SIPIT] and today is of industry strength quality. The SIP stack is provided by [http://www.pjsip.org PJSIP].
8 1 Adrian Georgescu
9 109 Adrian Georgescu
The library has cross platform capabilities on Linux OS, Mac OSX (Leopard and Snow Leopard) and Microsoft Windows (roadmap). The library should work with minimal changes on any platform that supports C and Python development environments.
10 1 Adrian Georgescu
11 109 Adrian Georgescu
To see ''SIP SIMPLE client SDK'' features in action you can try [http://icanblink.com Blink].
12 109 Adrian Georgescu
13 1 Adrian Georgescu
== General Features ==
14 96 Adrian Georgescu
15 113 Adrian Georgescu
 * Written in Python Programming Language
16 113 Adrian Georgescu
 * Non-blocking asynchronous engine
17 113 Adrian Georgescu
 * High level middleware
18 113 Adrian Georgescu
 * Configuration framework
19 111 Adrian Georgescu
 * TLS Security for signaling (SIP) and media (MSRP, XCAP)
20 1 Adrian Georgescu
 * Multiple SIP Accounts support
21 1 Adrian Georgescu
 * Multiple Media Types per Session (e.g. Audio + Instant Messaging + Desktop Sharing)
22 109 Adrian Georgescu
 * Trace capability for all underlying protocols
23 109 Adrian Georgescu
 * Failover for DNS lookups, SIP next hop routing and MSRP relay reservation
24 113 Adrian Georgescu
 * Supports re-INVITE for adding and removing media
25 113 Adrian Georgescu
 * Automatically handling if IP Address changes
26 111 Adrian Georgescu
 * Audio Conference Bridge
27 109 Adrian Georgescu
 * Wav Player and Recorder
28 1 Adrian Georgescu
 * Acoustic Echo Cancelation (based on Speex MDF algorithm)
29 109 Adrian Georgescu
 * Wide-band Internet codecs: Speex and G722
30 109 Adrian Georgescu
 * PSTN compatible codecs: G711, iLBC, GSM
31 1 Adrian Georgescu
32 109 Adrian Georgescu
Supported media types:
33 1 Adrian Georgescu
34 113 Adrian Georgescu
 * Audio (RTP/sRTP)
35 113 Adrian Georgescu
 * Instant Messaging (MSRP)
36 113 Adrian Georgescu
 * File Transfer (MSRP)
37 109 Adrian Georgescu
 * Desktop Sharing (VNC over MSRP)
38 1 Adrian Georgescu
39 109 Adrian Georgescu
All media types can be combined together in the same SIP session.
40 1 Adrian Georgescu
41 1 Adrian Georgescu
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).
42 1 Adrian Georgescu
43 110 Adrian Georgescu
== Normative References ==
44 1 Adrian Georgescu
45 110 Adrian Georgescu
=== SIP Signaling ===
46 110 Adrian Georgescu
47 67 Adrian Georgescu
 * Session Initiation Protocol [http://tools.ietf.org/html/rfc3261 RFC3261] 
48 1 Adrian Georgescu
 * Session Description Protocol [http://tools.ietf.org/html/rfc4566 RFC4566] 
49 94 Adrian Georgescu
 * An Offer/Answer Model with Session Description Protocol (SDP) [http://tools.ietf.org/html/rfc4566 RFC4566] 
50 94 Adrian Georgescu
51 110 Adrian Georgescu
=== Location Discovery ===
52 1 Adrian Georgescu
53 1 Adrian Georgescu
 * [http://tools.ietf.org/html/rfc3263 RFC3263] next hop resolution lookup
54 109 Adrian Georgescu
 * Bonjour multicast DNS [http://tools.ietf.org/html/draft-lee-sip-dns-sd-uri-03] (work in progress)
55 69 Adrian Georgescu
56 110 Adrian Georgescu
=== NAT Traversal ===
57 1 Adrian Georgescu
58 109 Adrian Georgescu
 * SIP Signaling: Symmetric Response Routing Symmetric media [http://tools.ietf.org/html/rfc3581 RFC3581]
59 109 Adrian Georgescu
 * RTP media (Audio and Video): Interactive Connectivity Establishment (ICE) [http://www.ietf.org/internet-drafts/draft-ietf-mmusic-ice-19.txt draft-ietf-mmusic-ice-19]
60 109 Adrian Georgescu
 * MSRP media (Instant Messaging and File Transfer): MSRP protocol relay extension [http://tools.ietf.org/html/rfc4976 RFC4976]
61 69 Adrian Georgescu
  
62 113 Adrian Georgescu
=== Voice over IP ===
63 1 Adrian Georgescu
64 109 Adrian Georgescu
 * RTP, A Transport Protocol for Real-Time Applications [http://tools.ietf.org/html/rfc3550 RFC3550]
65 100 Adrian Georgescu
 * Real Time Control Protocol (RTCP) attribute in Session Description Protocol (SDP) [http://tools.ietf.org/html/rfc3605 RFC3605]
66 1 Adrian Georgescu
 * The Secure Real-time Transport Protocol (SRTP)  [http://tools.ietf.org/html/rfc3711 RFC3711]
67 109 Adrian Georgescu
 * Generation and parsing of RFC 2833/telephone-events payload in both RTP and SDP [http://tools.ietf.org/html/rfc2833 RFC2833]
68 107 Adrian Georgescu
69 110 Adrian Georgescu
=== Instant Messaging ===
70 109 Adrian Georgescu
71 1 Adrian Georgescu
 * Common Presence and Instant Messaging (CPIM): [http://tools.ietf.org/html/rfc3862 RFC 3862]
72 109 Adrian Georgescu
 * Session Initiation Protocol (SIP) Extension for Instant Messaging  [http://tools.ietf.org/html/rfc3428 RFC3428]
73 109 Adrian Georgescu
 * MSRP Protocol [http://tools.ietf.org/html/rfc4975 RFC4975]
74 1 Adrian Georgescu
 * Indication of Message Composition for Instant Messaging [http://tools.ietf.org/html/rfc3994 RFC3994]
75 109 Adrian Georgescu
 * Message Summary Event Package [http://tools.ietf.org/html/rfc3842 RFC3842]
76 109 Adrian Georgescu
 * File Transfer [http://tools.ietf.org/html/rfc5547 RFC5547]
77 105 Adrian Georgescu
78 110 Adrian Georgescu
=== Desktop Sharing ===
79 1 Adrian Georgescu
80 109 Adrian Georgescu
 * Variation of [http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 draft-garcia-mmusic-sdp-collaboration-00] using RFB over MSRP
81 109 Adrian Georgescu
82 110 Adrian Georgescu
=== Conferencing ===
83 109 Adrian Georgescu
84 109 Adrian Georgescu
 * A Framework for Conferencing with the Session Initiation Protocol [http://tools.ietf.org/html/rfc4353 RFC4353] (work in progress)
85 109 Adrian Georgescu
 * Conference Event Package [http://tools.ietf.org/html/rfc4575 RFC4575]
86 109 Adrian Georgescu
 * MSRP ad-hoc multi-party chat sessions [http://tools.ietf.org/html/draft-ietf-simple-chat-05 draft-ietf-simple-chat-05] (work in progress)
87 109 Adrian Georgescu
88 110 Adrian Georgescu
=== Presence ===
89 1 Adrian Georgescu
90 109 Adrian Georgescu
All server-side features have been built-in and tested with [http://opensips.org OpenSIPS] Presence Agent and  [http://openxcap.org OpenXCAP] server.
91 1 Adrian Georgescu
92 77 Adrian Georgescu
 * SIP Specific Event Notification [http://tools.ietf.org/html/rfc3265 RFC3265]
93 1 Adrian Georgescu
 * Presence Data Model [http://tools.ietf.org/html/rfc3863 RFC3863], [http://tools.ietf.org/html/rfc3379 RFC3379], [http://tools.ietf.org/html/rfc4479 RFC4479]
94 106 Adrian Georgescu
 * Watcher-info [http://tools.ietf.org/html/rfc3857 RFC3857], [http://tools.ietf.org/html/rfc3858 RFC3858]
95 1 Adrian Georgescu
 * Common Policy [http://www.tools.ietf.org/html/rfc4745 RFC4745]  
96 1 Adrian Georgescu
 * Rich Presence Extensions [http://tools.ietf.org/html/rfc4480 RFC4480]
97 1 Adrian Georgescu
 * Contact Information for the Presence Information Data Format [http://tools.ietf.org/html/rfc4482 RFC4482]
98 1 Adrian Georgescu
 * User Agent Capability Extension to Presence Information Data Format  [http://tools.ietf.org/html/rfc5196 RFC5196] 
99 76 Adrian Georgescu
 * XCAP Protocol [http://www.tools.ietf.org/html/rfc4825 RFC4825]
100 1 Adrian Georgescu
 * Presence Rules [http://www.tools.ietf.org/html/rfc5025 RFC5025]
101 107 Adrian Georgescu
 * Resource Lists [http://www.tools.ietf.org/html/rfc4826 RFC4826]
102 98 Adrian Georgescu
 * RLS Services [http://www.tools.ietf.org/html/rfc4826 RFC4826]
103 1 Adrian Georgescu
 * PIDF manipulation [http://www.tools.ietf.org/html/rfc4827 RFC4827]
104 1 Adrian Georgescu
 * XCAP Diff [http://www.ietf.org/internet-drafts/draft-ietf-simple-xcap-diff-09.txt draft-ietf-simple-xcap-diff-09]
105 1 Adrian Georgescu
 * OMA specification ''org.openmobilealliance.xcap-directory''
106 1 Adrian Georgescu
 * OMA specification ''oma_status.icon''