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