Project

General

Profile

SipTesting » History » Version 7

Adrian Georgescu, 01/10/2009 01:10 PM

1 1 Adrian Georgescu
= Testing the client =
2 7 Adrian Georgescu
3
Included with the library, a set of command line tools are available for setting up audio, Instant Messaging and file transfer sessions, publish and subscribe to presence or other type of events
4 1 Adrian Georgescu
 
5 6 Adrian Georgescu
The command line tools require the presence of a configuration file ~/.sipclient/config.ini that contains at least one SIP account. Each SIP account definition contains the credentials and other settings. 
6 1 Adrian Georgescu
7 6 Adrian Georgescu
You need a SIP account from a service provider or to setup your own SIP infrastructure using the following elements:
8
9
 * OpenSIPS  >= 1.4.2 from [http://opensips.org http://opensips.org]
10
 * OpenXCAP  >= 1.0.6 from [http://openxcap.org http://openxcap.org]
11
 * MSRPRelay >= 1.0.0 from [http://msrprelay.org http://msrprelay.org]
12
13
A SIP account with all SIP SIMPLE client features can be obtained for free from http://sip2sip.info
14 1 Adrian Georgescu
15
== Configuration ==
16
17
To operate, the client requires a configuration file with. At a minimum the SIP credentials should be defined. For a full description of the configuration file and its settings is available in the [wiki:SipConfiguration Configuration] chapter. 
18
19 7 Adrian Georgescu
Command line tools:
20 1 Adrian Georgescu
21
 * [wiki:sip_register sip_register] - REGISTER a SIP end-point with a SIP Registrar
22
 * [wiki:sip_rtp_audio_session sip_audio_session] - Setup a voice audio session (Voice over IP)
23
 * [wiki:sip_msrp_im_session sip_im_session] - Setup IM session and File transfer using MSRP protocol
24
 * [wiki:sip_message sip_message] - Send/receive text in page mode using SIP MESSAGE method
25
 * [wiki:sip_publish_presence sip_publish_presence] - PUBLISH presence to a SIP Presence Agent
26
 * [wiki:sip_subscribe_presence sip_subscribe_presence]  - SUBSCRIBE to presence information
27
 * [wiki:sip_subscribe_winfo sip_subscribe_winfo] - SUBSCRIBE to watcher list on a SIP Presence Agent
28
 * [wiki:sip_subscribe_rls sip_subscribe_rls] - SUBSCRIBE to lists managed by Resource List Server
29
 * [wiki:xcapclient xcapclient] - PUT/GET/DELETE full or partial documents on an XCAP server
30
 * [wiki:xcap_pres_rules xcap_pres_rules] - Manage content of pres-rules XCAP document
31
 * [wiki:xcap_rls_services] - Manage content of RLS services XCAP document