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