« Previous - Version 149/150 (diff) - Next » - Current version
Adrian Georgescu, 09/06/2012 10:35 am


Testing

To test SIP SIMPLE client SDK, you can use the Command Line Tools provided by the sipclients package. The Command Line Tools are compatible with MacOSX and Linux only.

Configuration

Manage global and SIP account settings used by middleware and Command Line Tools

Accounts

To use the Command Line Tools you need at least one SIP account. By default the Bonjour account is enabled and set as default. Using Bonjour account, you can initiate outbound sessions and receive incoming session on the local LAN. To use the Command Line Tools on the public Internet, you must setup at least a public SIP account. You can register a public SIP account for free at http://sip2sip.info

To add a new SIP account:

sip-settings -a add user@domain pasword

If you have multiple accounts, you can set the default as follows:

sip-settings -a default user@domain

It is recommended that you set the outbound proxy for the configured account to the SIP server address provided by the SIP service that provided the account. This typically facilitates the NAT traversal for media sessions that go outside of the local domains served by the SIP service provider that issued the account. Example for a sip2sip.info account:

sip-settings -a set xyz@sip2sip.info sip.outbound_proxy=proxy.sipthor.net

Register

You can use this script to Register a SIP end-point with a SIP Registrar or broadcast the local SIP URI using Bonjour mDNS.

  • sip-register - REGISTER a SIP end-point with a SIP Registrar or detect Bonjour neighbours

Audio

You can use these script to receive or initiate audio sessions.

  • sip-audio-session - Setup a single SIP audio session using RTP/sRTP media
  • sip-session - Setup one or more SIP sessions with Audio (RTP/sRTP), IM and File Transfer (MSRP)

Instant Messaging

You can use these script to receive or initiate IM sessions or to send and receive Short Messages.

  • sip-session - Setup one or more SIP sessions with Audio (RTP/sRTP), IM and File Transfer (MSRP)
  • sip-message - Send and receive short messages in paging mode using SIP MESSAGE method

Presence

You can use these scripts to Publish, Subscribe and handle incoming Notifies to and from a Presence Agent or manage documents on an XCAP server.