SipTesting

Version 49 (Adrian Georgescu, 02/22/2009 03:13 pm)

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