Description

Version 55 (Adrian Georgescu, 04/02/2013 09:06 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 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 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.
18 55 Adrian Georgescu
19 53 Adrian Georgescu
20 50 Adrian Georgescu
h2. Deployment
21 50 Adrian Georgescu
22 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.
23 50 Adrian Georgescu
24 47 Adrian Georgescu
h2. Support forum
25 47 Adrian Georgescu
26 47 Adrian Georgescu
Go to "SIP beyond VoIP":http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip mailing list 
27 14 Tijmen de Mes
28 8 Tijmen de Mes
!>{width: 500px}sylk-server-diagram.png!
29 9 Tijmen de Mes
30 2 Tijmen de Mes
h2. Features
31 11 Tijmen de Mes
32 10 Tijmen de Mes
For  the complete feature list look on the [[features]] page
33 11 Tijmen de Mes
34 2 Tijmen de Mes
h3. SIP Signaling
35 2 Tijmen de Mes
36 2 Tijmen de Mes
* TLS, TCP and UDP transports
37 2 Tijmen de Mes
* INVITE and REFER methods
38 2 Tijmen de Mes
* SUBSCRIBE/NOTIFY
39 44 Adrian Georgescu
* DNS and Bonjour discovery
40 2 Tijmen de Mes
41 2 Tijmen de Mes
h3. Voice over IP
42 2 Tijmen de Mes
43 1 Tijmen de Mes
* Wideband (G722, Speex)
44 45 Adrian Georgescu
* Narrowband (G711, GSM, iLBC)
45 3 Tijmen de Mes
* Encryption (sRTP)
46 1 Tijmen de Mes
47 1 Tijmen de Mes
h3. Instant Messaging
48 41 Adrian Georgescu
49 45 Adrian Georgescu
* Chat Sessions (MSRP)
50 45 Adrian Georgescu
* Composing Indication
51 1 Tijmen de Mes
* Delivery reports
52 1 Tijmen de Mes
53 1 Tijmen de Mes
h3. Conferencing
54 1 Tijmen de Mes
55 46 Adrian Georgescu
 * Wideband audio
56 45 Adrian Georgescu
 * IM and File Transfers
57 45 Adrian Georgescu
 * Screen-sharing
58 45 Adrian Georgescu
 * Participants Info
59 40 Adrian Georgescu
60 40 Adrian Georgescu
h3. XMPP Gateway
61 40 Adrian Georgescu
62 45 Adrian Georgescu
 * Presence and IM
63 45 Adrian Georgescu
 * Multi-party conferencing
64 51 Adrian Georgescu
 * Jingle wide-band audio
65 14 Tijmen de Mes
66 39 Adrian Georgescu
"XMPP gateway design":http://sylkserver.ag-projects.com/projects/sylkserver/wiki/DesginXMPP