Project

General

Profile

Wiki » History » Version 2

Tijmen de Mes, 06/05/2012 10:22 AM

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