Description » History » 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 | |||
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 | 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 | |||
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 | |||
15 | http://sylkserver.ag-projects.com/projects/sylkserver/wiki/DesignXMPP |
||
16 | |||
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 | |||
21 | 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 | |||
23 | 47 | Adrian Georgescu | h2. Support forum |
24 | |||
25 | 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 | |||
35 | * TLS, TCP and UDP transports |
||
36 | * INVITE and REFER methods |
||
37 | * SUBSCRIBE/NOTIFY |
||
38 | 44 | Adrian Georgescu | * DNS and Bonjour discovery |
39 | 2 | Tijmen de Mes | |
40 | h3. Voice over IP |
||
41 | |||
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 | h3. Instant Messaging |
||
47 | 41 | Adrian Georgescu | |
48 | 45 | Adrian Georgescu | * Chat Sessions (MSRP) |
49 | * Composing Indication |
||
50 | 1 | Tijmen de Mes | * Delivery reports |
51 | |||
52 | h3. Conferencing |
||
53 | |||
54 | 46 | Adrian Georgescu | * Wideband audio |
55 | 45 | Adrian Georgescu | * IM and File Transfers |
56 | * Screen-sharing |
||
57 | * Participants Info |
||
58 | 40 | Adrian Georgescu | |
59 | h3. XMPP Gateway |
||
60 | |||
61 | 45 | Adrian Georgescu | * Presence and IM |
62 | 58 | Adrian Georgescu | * Multi-party conferencing (MUC) |
63 | * 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 | h3. WebRTC Gateway |
||
68 | |||
69 | * SIP account registration |
||
70 | * Audio / video calling |
||
71 | * Codec agnostic |
||
72 | |||
73 | "WebRTC gateway design":http://projects.ag-projects.com/projects/sylkserver/wiki/WebRTC |