SipTesting

Version 35 (Adrian Georgescu, 02/22/2009 02:21 pm)

1 9 Adrian Georgescu
= Testing =
2 7 Adrian Georgescu
3 22 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=3)]]
4 13 Adrian Georgescu
5 8 Adrian Georgescu
Included with the library, a set of command line tools are available for
6 8 Adrian Georgescu
setting up audio, instant messaging (IM) and file transfer sessions, publish
7 8 Adrian Georgescu
and subscribe to presence or other type of events.
8 1 Adrian Georgescu
 
9 6 Adrian Georgescu
You need a SIP account from a service provider or to setup your own SIP infrastructure using the following elements:
10 6 Adrian Georgescu
11 35 Adrian Georgescu
 
12 35 Adrian Georgescu
|| OpenSIPS || http://opensips.org||
13 35 Adrian Georgescu
|| OpenXCAP|| http://openxcap.org||
14 35 Adrian Georgescu
|| MSRPRelay||http://msrprelay.org||
15 35 Adrian Georgescu
||SIP chatserver||http://chatserver.ag-projects.com|| 
16 1 Adrian Georgescu
17 8 Adrian Georgescu
A SIP account with all the features supported by this library can be obtained for free from http://sip2sip.info
18 8 Adrian Georgescu
19 30 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.  For a full description of the configuration file and its settings is available in the [wiki:SipConfiguration Configuration] chapter. 
20 1 Adrian Georgescu
21 7 Adrian Georgescu
Command line tools:
22 1 Adrian Georgescu
23 17 Adrian Georgescu
== Register ==
24 1 Adrian Georgescu
25 17 Adrian Georgescu
 * [wiki:sip_register sip_register] - REGISTER a SIP end-point with a SIP Registrar
26 17 Adrian Georgescu
27 26 Adrian Georgescu
== Audio sessions ==
28 17 Adrian Georgescu
29 17 Adrian Georgescu
 * [wiki:sip_rtp_audio_session sip_audio_session] - Setup a voice audio session (Voice over IP)
30 1 Adrian Georgescu
 * [wiki:sip_message sip_message] - Send/receive text in page mode using SIP MESSAGE method
31 1 Adrian Georgescu
32 29 Adrian Georgescu
== Instant messaging ==
33 17 Adrian Georgescu
34 32 Adrian Georgescu
 * [wiki:sip_msrp_im_session sip_im_session] - Setup IM sessions using MSRP protocol
35 1 Adrian Georgescu
 * [wiki:sip_message sip_message] - Send/receive text in page mode using SIP MESSAGE method
36 32 Adrian Georgescu
37 32 Adrian Georgescu
== File transfer ==
38 32 Adrian Georgescu
39 32 Adrian Georgescu
 * [wiki:sip_msrp_im_session sip_im_session] - Receive a file using MSRP protocol
40 28 Adrian Georgescu
 * [wiki:sip_send_file sip_send_file] - Send a file using MSRP protocol
41 1 Adrian Georgescu
42 21 Adrian Georgescu
== Presence ==
43 12 Adrian Georgescu
44 16 Adrian Georgescu
 * [wiki:sip_publish_presence sip_publish_presence] - PUBLISH presence to a SIP Presence Agent
45 12 Adrian Georgescu
 * [wiki:sip_subscribe_presence sip_subscribe_presence]  - SUBSCRIBE to presence information
46 1 Adrian Georgescu
 * [wiki:sip_subscribe_winfo sip_subscribe_winfo] - SUBSCRIBE to watcher list on a SIP Presence Agent
47 1 Adrian Georgescu
48 34 Adrian Georgescu
== XCAP policy ==
49 1 Adrian Georgescu
50 1 Adrian Georgescu
 * [wiki:xcapclient xcapclient] - PUT/GET/DELETE full or partial documents on an XCAP server
51 1 Adrian Georgescu
 * [wiki:xcap_pres_rules xcap_pres_rules] - Manage content of pres-rules XCAP document
52 34 Adrian Georgescu
53 34 Adrian Georgescu
== RLS services ==
54 34 Adrian Georgescu
55 34 Adrian Georgescu
 * [wiki:sip_subscribe_rls sip_subscribe_rls] - SUBSCRIBE to lists managed by Resource List Server
56 17 Adrian Georgescu
 * [wiki:xcap_rls_services] - Manage content of RLS services XCAP document
57 18 Adrian Georgescu
58 18 Adrian Georgescu
== Desktop sharing ==
59 18 Adrian Georgescu
60 18 Adrian Georgescu
 * [wiki:sip_desktop_sharing sip_desktop_sharing] - Share desktop using VNC protocol over MSRP transport