Project

General

Profile

Wiki » History » Version 6

Adrian Georgescu, 06/05/2012 10:34 AM

1 4 Tijmen de Mes
h2. Description
2 1 Tijmen de Mes
3 3 Tijmen de Mes
To test SIP SIMPLE client SDK (http://sipsimpleclient.com), a set of command line tools are provided by this package for setting up Audio, Instant Messaging (IM) and File Transfer sessions, Publish and Subscribe for presence or other events.
4 1 Tijmen de Mes
5 3 Tijmen de Mes
The SIP clients can be used in a terminal window on Linux and MacOSX operating systems.
6 1 Tijmen de Mes
7 3 Tijmen de Mes
You need a SIP account from a service provider or to setup your own SIP infrastructure using the following elements:
8 1 Tijmen de Mes
9
 * OpenSIPS  from http://opensips.org
10
 * OpenXCAP  from http://openxcap.org
11
 * MSRPRelay from http://msrprelay.org
12
13
The following SIP clients are available:
14
15
 * sip-settings - Manage the settings used by all clients
16
 * sip-register - REGISTER a SIP end-point with a SIP Registrar
17
 * sip-session - Supports multiple Audio, IM and File Transfers sessions
18
 * sip-audio-session - Setup an Audio session
19
 * sip-message - Exchange text in page mode using SIP MESSAGE method
20
 * sip-publish-presence - Publish presence event to a SIP Presence Agent
21
 * sip-subscribe-winfo - SUBSCRIBE to watcher list on a SIP Presence Agent
22
 * sip-subscribe-presence - SUBSCRIBE to presence event
23
 * sip-auto-publish-presence - Publish randomly generated presence event
24
 * sip-subscribe-rls - SUBSCRIBE to lists managed by a SIP Resource List Server
25
 * sip-subscribe-xcap-diff - SUBSCRIBE to XCAP resources changes
26
 * sip-subscribe-mwi - SUBSCRIBE to Message Waiting Indication on a Voicemail server
27
 * xcap-directory - List documents stored on a XCAP server for a given user
28
 * xcap-pres-rules - Manage the content of a pres-rules XCAP document
29
 * xcap-dialog-rules - Manage the content of a dialog-rules XCAP document
30
 * xcap-icon - Manage an icon document stored on the XCAP server
31
 * xcap-rls-services - Manage the content of a rls-services XCAP document
32
33 5 Tijmen de Mes
h2. Installation 
34
35 3 Tijmen de Mes
For detailed information about how to setup and use the command line tools go to http://sipsimpleclient.com/projects/sipsimpleclient/wiki/SipTesting