Description
Version 53 (Adrian Georgescu, 04/02/2013 09:02 am)
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 | 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 | 53 | Adrian Georgescu | h2. Background |
10 | 53 | Adrian Georgescu | |
11 | 53 | 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 use one or both different for their best features and they both have in common the same addressing scheme user@domain email style addresses. Using SylkServer, the best client of any 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 | 53 | Adrian Georgescu | Going beyond simple translation of media, SylkServer is able to create multiparty conferences with clients from both worlds. Using SylkServer m,multiparty ad-hoc conferencing SIP and XMPP client can connect to the same address and exchange participants list, chat and have wide-band audio. Again there is no need to configure anything to realize such complex task. |
14 | 53 | Adrian Georgescu | |
15 | 50 | Adrian Georgescu | h2. Deployment |
16 | 50 | Adrian Georgescu | |
17 | 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. |
18 | 50 | Adrian Georgescu | |
19 | 47 | Adrian Georgescu | h2. Support forum |
20 | 47 | Adrian Georgescu | |
21 | 47 | Adrian Georgescu | Go to "SIP beyond VoIP":http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip mailing list |
22 | 14 | Tijmen de Mes | |
23 | 8 | Tijmen de Mes | !>{width: 500px}sylk-server-diagram.png! |
24 | 9 | Tijmen de Mes | |
25 | 2 | Tijmen de Mes | h2. Features |
26 | 11 | Tijmen de Mes | |
27 | 10 | Tijmen de Mes | For the complete feature list look on the [[features]] page |
28 | 11 | Tijmen de Mes | |
29 | 2 | Tijmen de Mes | h3. SIP Signaling |
30 | 2 | Tijmen de Mes | |
31 | 2 | Tijmen de Mes | * TLS, TCP and UDP transports |
32 | 2 | Tijmen de Mes | * INVITE and REFER methods |
33 | 2 | Tijmen de Mes | * SUBSCRIBE/NOTIFY |
34 | 44 | Adrian Georgescu | * DNS and Bonjour discovery |
35 | 2 | Tijmen de Mes | |
36 | 2 | Tijmen de Mes | h3. Voice over IP |
37 | 2 | Tijmen de Mes | |
38 | 1 | Tijmen de Mes | * Wideband (G722, Speex) |
39 | 45 | Adrian Georgescu | * Narrowband (G711, GSM, iLBC) |
40 | 3 | Tijmen de Mes | * Encryption (sRTP) |
41 | 1 | Tijmen de Mes | |
42 | 1 | Tijmen de Mes | h3. Instant Messaging |
43 | 41 | Adrian Georgescu | |
44 | 45 | Adrian Georgescu | * Chat Sessions (MSRP) |
45 | 45 | Adrian Georgescu | * Composing Indication |
46 | 1 | Tijmen de Mes | * Delivery reports |
47 | 1 | Tijmen de Mes | |
48 | 1 | Tijmen de Mes | h3. Conferencing |
49 | 1 | Tijmen de Mes | |
50 | 46 | Adrian Georgescu | * Wideband audio |
51 | 45 | Adrian Georgescu | * IM and File Transfers |
52 | 45 | Adrian Georgescu | * Screen-sharing |
53 | 45 | Adrian Georgescu | * Participants Info |
54 | 40 | Adrian Georgescu | |
55 | 40 | Adrian Georgescu | h3. XMPP Gateway |
56 | 40 | Adrian Georgescu | |
57 | 45 | Adrian Georgescu | * Presence and IM |
58 | 45 | Adrian Georgescu | * Multi-party conferencing |
59 | 51 | Adrian Georgescu | * Jingle wide-band audio |
60 | 14 | Tijmen de Mes | |
61 | 39 | Adrian Georgescu | "XMPP gateway design":http://sylkserver.ag-projects.com/projects/sylkserver/wiki/DesginXMPP |