Description
Version 60 (Adrian Georgescu, 09/10/2015 06:20 pm)
1 | 49 | Adrian Georgescu | This wiki page is meant for providing technical documentation and access to the version control source code repository. |
---|---|---|---|
2 | 49 | Adrian Georgescu | |
3 | 49 | Adrian Georgescu | SylkServer official web site is http://sylkserver.com |
4 | 48 | Adrian Georgescu | |
5 | 2 | Tijmen de Mes | h2. Description |
6 | 36 | Adrian Georgescu | |
7 | 60 | Adrian Georgescu | SylkServer allows creation and delivery of rich multimedia applications accessed by SIP Clients, XMPP endpoints and Web applications. The server supports SIP and XMPP signaling, RTP and MSRP media planes, WebRTC support and has built in capabilities for creating multiparty conferences with wideband Audio, IM and File Transfers and can be extended with other applications by using Python language. |
8 | 12 | Adrian Georgescu | |
9 | 53 | Adrian Georgescu | h2. Background |
10 | 53 | Adrian Georgescu | |
11 | 54 | Adrian Georgescu | SylkServer was born from the need of realizing ubiquitous connectivity between SIP and XMPP protocols without having to develop a multi-stack client. End-users typically use both type of clients for their best features. SIP and XMPP protocols have in common the same addressing scheme user@domain email style addresses. Using SylkServer, the best client of either protocol can be used to reach clients using the other protocol without having to configure anything in the network or clients. We call this function SIP/XMPP gateway, which is standardized by the XMPP foundation. |
12 | 53 | Adrian Georgescu | |
13 | 55 | Adrian Georgescu | A complete description of the SIP/XMPP gateway standards and SylkServer design and implementation can be found here: |
14 | 55 | Adrian Georgescu | |
15 | 55 | Adrian Georgescu | http://sylkserver.ag-projects.com/projects/sylkserver/wiki/DesignXMPP |
16 | 55 | Adrian Georgescu | |
17 | 56 | Adrian Georgescu | Going beyond simple translation of media, SylkServer is able to create multiparty conferences with clients from both worlds. Using SylkServer ad-hoc multiparty conferencing capabilities, both SIP and XMPP client can connect to the same address and exchange the participants list, have text chat and wide-band audio. Again, there is no need to configure anything to realize such complex task. |
18 | 53 | Adrian Georgescu | |
19 | 50 | Adrian Georgescu | h2. Deployment |
20 | 50 | Adrian Georgescu | |
21 | 50 | Adrian Georgescu | 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. |
22 | 50 | Adrian Georgescu | |
23 | 47 | Adrian Georgescu | h2. Support forum |
24 | 47 | Adrian Georgescu | |
25 | 47 | Adrian Georgescu | Go to "SIP beyond VoIP":http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip mailing list |
26 | 14 | Tijmen de Mes | |
27 | 8 | Tijmen de Mes | !>{width: 500px}sylk-server-diagram.png! |
28 | 9 | Tijmen de Mes | |
29 | 2 | Tijmen de Mes | h2. Features |
30 | 11 | Tijmen de Mes | |
31 | 10 | Tijmen de Mes | For the complete feature list look on the [[features]] page |
32 | 11 | Tijmen de Mes | |
33 | 2 | Tijmen de Mes | h3. SIP Signaling |
34 | 2 | Tijmen de Mes | |
35 | 2 | Tijmen de Mes | * TLS, TCP and UDP transports |
36 | 2 | Tijmen de Mes | * INVITE and REFER methods |
37 | 2 | Tijmen de Mes | * SUBSCRIBE/NOTIFY |
38 | 44 | Adrian Georgescu | * DNS and Bonjour discovery |
39 | 2 | Tijmen de Mes | |
40 | 2 | Tijmen de Mes | h3. Voice over IP |
41 | 2 | Tijmen de Mes | |
42 | 57 | Adrian Georgescu | * Wideband (Opus, G722, Speex) |
43 | 45 | Adrian Georgescu | * Narrowband (G711, GSM, iLBC) |
44 | 3 | Tijmen de Mes | * Encryption (sRTP) |
45 | 1 | Tijmen de Mes | |
46 | 1 | Tijmen de Mes | h3. Instant Messaging |
47 | 41 | Adrian Georgescu | |
48 | 45 | Adrian Georgescu | * Chat Sessions (MSRP) |
49 | 45 | Adrian Georgescu | * Composing Indication |
50 | 1 | Tijmen de Mes | * Delivery reports |
51 | 1 | Tijmen de Mes | |
52 | 1 | Tijmen de Mes | h3. Conferencing |
53 | 1 | Tijmen de Mes | |
54 | 46 | Adrian Georgescu | * Wideband audio |
55 | 45 | Adrian Georgescu | * IM and File Transfers |
56 | 45 | Adrian Georgescu | * Screen-sharing |
57 | 45 | Adrian Georgescu | * Participants Info |
58 | 40 | Adrian Georgescu | |
59 | 40 | Adrian Georgescu | h3. XMPP Gateway |
60 | 40 | Adrian Georgescu | |
61 | 45 | Adrian Georgescu | * Presence and IM |
62 | 58 | Adrian Georgescu | * Multi-party conferencing (MUC) |
63 | 58 | Adrian Georgescu | * Jingle audio (RTP) |
64 | 14 | Tijmen de Mes | |
65 | 39 | Adrian Georgescu | "XMPP gateway design":http://sylkserver.ag-projects.com/projects/sylkserver/wiki/DesginXMPP |
66 | 59 | Saúl Ibarra Corretgé | |
67 | 59 | Saúl Ibarra Corretgé | h3. WebRTC Gateway |
68 | 59 | Saúl Ibarra Corretgé | |
69 | 59 | Saúl Ibarra Corretgé | * SIP account registration |
70 | 59 | Saúl Ibarra Corretgé | * Audio / video calling |
71 | 59 | Saúl Ibarra Corretgé | * Codec agnostic |
72 | 59 | Saúl Ibarra Corretgé | |
73 | 59 | Saúl Ibarra Corretgé | "WebRTC gateway design":http://projects.ag-projects.com/projects/sylkserver/wiki/WebRTC |