sofsip_cli

Langue: en

Version: 146862 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

sofsip_cli - console-mode SIP VoIP/IM client

SYNOPSIS

sofsip_cli [ options ] sip-contact-addr

DESCRIPTION

Sofsip_cli is a small SIP VoIP/IM client based on the Sofia-SIP libraries, and the gstreamer media subsystem.

OPTIONS

The following command-line options can be used to modify sofsip_cli behaviour:
--autoanswer
If given, answer incoming call automatically without prompting the user. Defaults to 'FALSE'.
--contact SIPURI
The SIP contact address. E.g., "sip:*:50600" to bind to all local IP addresses with port 50600. You can also specify additional transport parameters, e.g. "sip:*:5060;transport=tcp,udp". Defaults to "sip:local-interface-ip:5060".
--media-addr ip-address
Local interface that should be used by the RTP/RTCP stack.
--media-impl {dummy,gstreamer,farsight}
Select which media implementation to use.
--proxy SIPURI
Use a SIP proxy for outgoing message. Defaults to an emptry string (no outgoing proxy used).
--stun-server hostname
The STUN server address to use for NAT traversal. If no server is specified, sofsip_cli tries to find the STUN server address from the DNS-SRV records of the SIP address domain. Defaults to an emptry string.
sip-public-addr
The public SIP address (AOR) to use. E.g. "sip:first.surname@foobar.com". Defaults to "sip:local-interface-ip".
See also the ENVIRONMENT section.

EXAMPLES

To be defined.

ENVIRONMENT

Sofsip_cli understands the following environment variables.
SOFSIP_ADDRESS
AoR (URI), e.g. "sip:first.surname@domain.com". Defaults to "sip:local-interface-ip".
SOFSIP_PROXY
SIP outbound proxy (URI), e.g. "sip:sip-proxy.domain.com". Defaults to an emptry string (no proxy used).
SOFSIP_REGISTRAR
SIP registrar/server (URI), e.g. "sip:sip-server.domain.com". Defaults to an emptry string (no registrar specified).
SOFSIP_CERTDIR
Directory where to look for TLS certificates (filesystem path). Defaults to "$HOME/.sip/auth".
SOFSIP_STUN_SERVER
Specify the STUN server address to use. If empty, the stack may perform a DNS SRV look-up for a STUN server advertized by the home domain of the user. Defaults to "".
SOFSIP_AUDIO
Specify a configuration hint for audio device subsystem selection. The text should match a GStreamer plugin description for certain audio device subsystem. Whether the hint is taken into consideration or not, depends on the media implementation selected. Defaults to "ALSA" (other alternatives "OSS", "OSX", and so on).
TPORT_LOG An internal Sofia-SIP variable. If set to "1", received and sent signaling messages are printed out to stdout. This is a very useful mechanism for debugging.

AUTHOR

See AUTHORS file in the sofsip-cli distribution package.

HISTORY

Based on 'nua_cli' from the sofia-sip package.

SEE ALSO

To be defined...