SipFeatures

Version 18 (Adrian Georgescu, 02/23/2009 09:33 am)

1 1 Adrian Georgescu
= Features =
2 1 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=2)]]
4 2 Adrian Georgescu
5 8 Adrian Georgescu
Additional to a selected lists of SIP features implemented by the underlying PJSIP library and exposes through a Python API, this project implements session based instant messaging (IM), file transfer and multi-party chat sessions using MSRP protocol and its relay extension, publication and subscription for rich presence information such as availability, moods, activities and geo-location, management for presence rules, resource lists, RLS services documents using XCAP protocol.
6 2 Adrian Georgescu
7 4 Adrian Georgescu
== SIP ==
8 4 Adrian Georgescu
9 16 Adrian Georgescu
 * UDP/TCP/TLS trasports
10 1 Adrian Georgescu
 * RFC 3263 DNS lookups
11 16 Adrian Georgescu
 * SIP trace capability
12 16 Adrian Georgescu
13 16 Adrian Georgescu
=== Methods  ===
14 16 Adrian Georgescu
15 16 Adrian Georgescu
 * REGISTER (client side)
16 16 Adrian Georgescu
 * INVITE
17 4 Adrian Georgescu
 * PRACK
18 16 Adrian Georgescu
 * ACK
19 4 Adrian Georgescu
 * BYE
20 16 Adrian Georgescu
 * re-INVITE
21 4 Adrian Georgescu
 * CANCEL
22 16 Adrian Georgescu
 * MESSAGE
23 9 Adrian Georgescu
 * PUBLISH (client side)
24 9 Adrian Georgescu
 * SUBSCRIBE (client side)
25 1 Adrian Georgescu
 * NOTIFY (client side)
26 1 Adrian Georgescu
 * OPTIONS (client side)
27 10 Adrian Georgescu
28 10 Adrian Georgescu
See http://pjsip.org for more details about each feature. 
29 4 Adrian Georgescu
   
30 3 Adrian Georgescu
== Audio ==
31 1 Adrian Georgescu
32 4 Adrian Georgescu
 * Disable audio
33 3 Adrian Georgescu
 * Echo cancelation control
34 6 Adrian Georgescu
 * Hold/On-hold
35 1 Adrian Georgescu
 * DTMF
36 3 Adrian Georgescu
 * ICE/STUN
37 6 Adrian Georgescu
 * Codecs: speex (wideband), g711, ilbc, gsm, g722
38 13 Adrian Georgescu
 * sRTP
39 3 Adrian Georgescu
40 18 Adrian Georgescu
== Presence ==
41 3 Adrian Georgescu
42 1 Adrian Georgescu
 * Rich presence data model [http://tools.ietf.org/html/rfc3856 RFC3856], [http://tools.ietf.org/html/rfc3863 RFC3863 ], [http://tools.ietf.org/html/rfc4479 RFC4479], [http://tools.ietf.org/html/rfc4481 RFC4481], [http://tools.ietf.org/html/rfc4482 RFC4482], [http://tools.ietf.org/html/rfc5196 RFC5196]
43 3 Adrian Georgescu
 * Presence watcher-info event package [http://tools.ietf.org/html/rfc3857 RFC3857], [http://tools.ietf.org/html/rfc3858 RFC3858]
44 1 Adrian Georgescu
 * XCAP protocol [http://www.tools.ietf.org/html/rfc4825 RFC4825]
45 1 Adrian Georgescu
 * XCAP presence rules [http://www.tools.ietf.org/html/rfc5025 RFC5025]
46 1 Adrian Georgescu
 * XCAP resource-lists and RLS-services [http://www.tools.ietf.org/html/rfc4826 RFC4826]
47 1 Adrian Georgescu
 * XCAP PIDF manipulation [http://www.tools.ietf.org/html/rfc4827 RFC4827]
48 1 Adrian Georgescu
 * XCAP-diff event package [http://www.ietf.org/internet-drafts/draft-ietf-simple-xcap-diff-09.txt draft-ietf-simple-xcap-diff-09]
49 1 Adrian Georgescu
 * TCP and TLS transports
50 16 Adrian Georgescu
 * XCAP trace capability
51 3 Adrian Georgescu
52 3 Adrian Georgescu
== MSRP ==
53 3 Adrian Georgescu
54 1 Adrian Georgescu
 * MSRP protocol [http://tools.ietf.org/html/rfc4975 RFC4975]
55 1 Adrian Georgescu
 * MSRP protocol relay extension [http://tools.ietf.org/html/rfc4976 RFC4976]
56 1 Adrian Georgescu
 * MSRP file transfer [http://tools.ietf.org/html/draft-ietf-mmusic-file-transfer-mech-11 draft-ietf-mmusic-file-transfer-mech-11]
57 1 Adrian Georgescu
 * Message summary event package [http://tools.ietf.org/html/rfc3842 RFC3842]
58 1 Adrian Georgescu
 * TCP and TLS transports
59 16 Adrian Georgescu
 * MSRP trace capability
60 3 Adrian Georgescu
61 3 Adrian Georgescu
== Conferencing ==
62 3 Adrian Georgescu
63 3 Adrian Georgescu
 * Conference event package [http://tools.ietf.org/html/rfc4575 RFC4575]
64 3 Adrian Georgescu
 * MSRP ad-hoc multi-party chat sessions [http://tools.ietf.org/html/draft-ietf-simple-chat-03 draft-ietf-simple-chat-03]
65 3 Adrian Georgescu
66 7 Adrian Georgescu
== Others ==
67 3 Adrian Georgescu
68 11 Adrian Georgescu
 * Desktop sharing, variation of [http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 draft-garcia-mmusic-sdp-collaboration-00]
69 1 Adrian Georgescu
 * Bonjour multicast DNS [http://www.ietf.org/internet-drafts/draft-lee-sip-dns-sd-uri-03.txt draft-lee-sip-dns-sd-uri-03]