Description » History » Version 52
Adrian Georgescu, 03/29/2013 01:06 PM
1 | 49 | Adrian Georgescu | This wiki page is meant for providing technical documentation and access to the version control source code repository. |
---|---|---|---|
2 | |||
3 | SylkServer official web site is http://sylkserver.com |
||
4 | 48 | Adrian Georgescu | |
5 | 2 | Tijmen de Mes | h2. Description |
6 | 36 | Adrian Georgescu | |
7 | 52 | Adrian Georgescu | SylkServer allows creation and delivery of rich multimedia applications accessed by SIP User Agents and XMPP endpoints. The server supports SIP and XMPP signaling, RTP and MSRP media planes, has built in capabilities for creating ad-hoc multimedia conferences with HD Audio, IM and File Transfer and can be easily extended with other applications by using Python language. |
8 | 12 | Adrian Georgescu | |
9 | 50 | Adrian Georgescu | h2. Deployment |
10 | |||
11 | SylkServer is an application server that behaves like a SIP end-point and therefore must be deployed behind a SIP Proxy/Registrar server for registration, proxy, presence agent, accounting and authorization functions. The SIP Proxy must be configured to route certain flows to SylkServer and handle incoming requests from it as necessary. |
||
12 | |||
13 | 47 | Adrian Georgescu | h2. Support forum |
14 | |||
15 | Go to "SIP beyond VoIP":http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip mailing list |
||
16 | 14 | Tijmen de Mes | |
17 | 8 | Tijmen de Mes | !>{width: 500px}sylk-server-diagram.png! |
18 | 9 | Tijmen de Mes | |
19 | 2 | Tijmen de Mes | h2. Features |
20 | 11 | Tijmen de Mes | |
21 | 10 | Tijmen de Mes | For the complete feature list look on the [[features]] page |
22 | 11 | Tijmen de Mes | |
23 | 2 | Tijmen de Mes | h3. SIP Signaling |
24 | |||
25 | * TLS, TCP and UDP transports |
||
26 | * INVITE and REFER methods |
||
27 | * SUBSCRIBE/NOTIFY |
||
28 | 44 | Adrian Georgescu | * DNS and Bonjour discovery |
29 | 2 | Tijmen de Mes | |
30 | h3. Voice over IP |
||
31 | |||
32 | 1 | Tijmen de Mes | * Wideband (G722, Speex) |
33 | 45 | Adrian Georgescu | * Narrowband (G711, GSM, iLBC) |
34 | 3 | Tijmen de Mes | * Encryption (sRTP) |
35 | 1 | Tijmen de Mes | |
36 | h3. Instant Messaging |
||
37 | 41 | Adrian Georgescu | |
38 | 45 | Adrian Georgescu | * Chat Sessions (MSRP) |
39 | * Composing Indication |
||
40 | 1 | Tijmen de Mes | * Delivery reports |
41 | |||
42 | h3. Conferencing |
||
43 | |||
44 | 46 | Adrian Georgescu | * Wideband audio |
45 | 45 | Adrian Georgescu | * IM and File Transfers |
46 | * Screen-sharing |
||
47 | * Participants Info |
||
48 | 40 | Adrian Georgescu | |
49 | h3. XMPP Gateway |
||
50 | |||
51 | 45 | Adrian Georgescu | * Presence and IM |
52 | * Multi-party conferencing |
||
53 | 51 | Adrian Georgescu | * Jingle wide-band audio |
54 | 14 | Tijmen de Mes | |
55 | 39 | Adrian Georgescu | "XMPP gateway design":http://sylkserver.ag-projects.com/projects/sylkserver/wiki/DesginXMPP |