WikiStart

Version 537 (Adrian Georgescu, 12/15/2010 12:16 pm)

1 298 Adrian Georgescu
= Description =
2 469 Adrian Georgescu
3 474 Adrian Georgescu
[[Image(sipsimple-components.png, width=500, align=right)]]
4 377 Adrian Georgescu
5 536 Adrian Georgescu
SIP SIMPLE client SDK is a Software Development Kit for easy development of
6 536 Adrian Georgescu
SIP end-points that support rich media like Audio, Instant Messaging, File
7 536 Adrian Georgescu
Transfers, Desktop Sharing and Presence.  Other media types can be easily
8 536 Adrian Georgescu
added by using an extensible high-level API.
9 1
10 346 Adrian Georgescu
== Background ==
11 346 Adrian Georgescu
12 403 Adrian Georgescu
SIP stands for 'Session Initiation Protocol', an IETF standard described by
13 382 Adrian Georgescu
[http://tools.ietf.org/html/rfc3261 RFC 3261]. SIP is an Internet application-layer control protocol that can establish,
14 346 Adrian Georgescu
modify and terminate multimedia sessions such as Internet telephony calls
15 346 Adrian Georgescu
(VoIP). Media can be added to (and removed from) an existing session.
16 346 Adrian Georgescu
17 346 Adrian Georgescu
SIP allows the endpoints to negotiate and combine any type of session they
18 500 Adrian Georgescu
mutually understand like Audio, Video, Instant Messaging (IM), File Transfer,
19 500 Adrian Georgescu
Desktop Sharing and provides a generic event notification system with
20 500 Adrian Georgescu
real-time Publications and Subscriptions about state changes that can be
21 500 Adrian Georgescu
used for asynchronous services like Presence, Message Waiting Indicator and
22 500 Adrian Georgescu
Busy Line Appearance.
23 508 Adrian Georgescu
24 1
25 1
== Features ==
26 1
27 536 Adrian Georgescu
The library has cross platform capabilities on Linux OS, Mac OSX and
28 536 Adrian Georgescu
Microsoft Windows.  The library should work with minimal changes on any
29 536 Adrian Georgescu
platform that supports C and Python development environments.
30 536 Adrian Georgescu
31 536 Adrian Georgescu
The SDK is suitable for building end-points like SIP clients or a SIP
32 536 Adrian Georgescu
Application Servers.  To see what the SDK is capable of, you can try Blink
33 536 Adrian Georgescu
from http://icanblink.com
34 536 Adrian Georgescu
35 475 Adrian Georgescu
36 501 Adrian Georgescu
[wiki:SipFeatures Features and Standards]  implemented by SIP SIMPLE client SDK
37 344 Adrian Georgescu
38 1
== Documentation ==
39 537 Adrian Georgescu
||[[Image(SIPSIMPLE-Manual.jpg, nolink)]]||[http://download.ag-projects.com/SipClient/SIPSIMPLE-Manual.pdf SIP SIMPLE client SDK - Developer Guide version  0.16.5] - 18 MB, 336 pages in PDF format[[BR]][[BR]]Or jump directly [wiki:SipMiddlewareApi to the online web based documentation]|| 
40 509 Adrian Georgescu
41 496 Adrian Georgescu
 * [wiki:SipProjectStatus Status] - an overview of the achieved milestones and project status
42 518 Adrian Georgescu
 * [wiki:SipInstallation Installation] - how to install SIP SIMPLE client SDK and Command Line Tools 
43 505 Adrian Georgescu
 * [wiki:SipTesting Testing] - how to test the SDK using the Command Line Tools
44 498 Adrian Georgescu
 * [wiki:SipDeveloperGuide Developer Guide] - how to develop SIP applications using the SDK
45 1
 * [wiki:SipContributions Contributions] - third-party contributions and wiki pages
46 487 Adrian Georgescu
47 502 Adrian Georgescu
== Support ==
48 502 Adrian Georgescu
49 531 Adrian Georgescu
SIP SIMPLE client SDK is developed and supported by [http://ag-projects.com AG Projects]. AG Projects offers best-effort gratis support for it. "best-effort" means that we try to solve the bugs you report or help fix your problems as soon as we can, subject to available resources.
50 531 Adrian Georgescu
51 504 Adrian Georgescu
[wiki:SipSupport Support Page] - how to request support or contribute to the project
52 1
 
53 1
== Authors ==
54 1
55 532 Adrian Georgescu
Main authors: Adrian Georgescu, Dan Pascu, Denis Bilenko, Luci Stanescu, Ruud Klaver, Saúl Ibarra, Bruno Gonzalez