Scroll to navigation

SIMPLEOPAL(1) User Commands SIMPLEOPAL(1)

NAME

SimpleOPAL - manual page for SimpleOPAL Version 3.8.2 by Open Phone Abstraction Library on Unix Linux (2.6.32-5-amd64-x86_64)

DESCRIPTION

SimpleOPAL Version 3.8.2 by Open Phone Abstraction Library on Unix Linux (2.6.32-5-amd64-x86_64)

Usage : [options] -l

:
[options] [alias@]hostname (no gatekeeper)
:
[options] alias[@hostname] (with gatekeeper)

General options:

: Listen for incoming calls.
: Set dial peer for routing calls (see below)
: Do not include the standard dial peers
: Automatically answer incoming calls.
: Set local alias name(s) (defaults to login name).
: Set password for user (gk or SIP authorisation).
: Disable the specified codec (may be used multiple times)
: Prefer the specified codec (may be used multiple times)
: fmt is name of codec, eg "H.261" : opt is name of option, eg "Target Bit Rate" : val is value of option, eg "48000"
: Set the source endpoint to use for making calls
: disable the user interface

Audio options:

: Set minimum (optional) and maximum jitter buffer (in milliseconds).
: Disable transmitter silence detection.

Video options:

: Start receiving video immediately.
: Start transmitting video immediately.
: Don't start receiving video immediately.
: Don't start transmitting video immediately.
: Set the video grabber device.
: Set the video grabber driver (if device name is ambiguous).
: Set the video grabber device channel.
: Set the video display device.
: Set the video display driver (if device name is ambiguous).
: Set the size of the video for all video formats, use : "qcif", "cif", WxH etc
: Set the frame rate of video for all video formats

--video-bitrate rate : Set the bit rate for all video formats

: Enable and select video rate control algorithm

SIP options:

: Disable SIP protocol.
: Register with SIP server.
: SIP proxy information, may be just a host name : or full URL eg sip:user:pwd@host
: Interface/port(s) to listen for SIP requests : '*' is all interfaces, (default udp$:*:5060)

--sip-user-agent name: SIP UserAgent name to use.

: Set type of user indications to use for SIP. Can be one of 'rfc2833', 'info-tone', 'info-string'.
: Use long MIME headers on outgoing SIP messages
: set authentication domain/realm

H.323 options:

: Disable H.323 protocol.
: Do not create secure H.323 endpoint
: Specify gatekeeper host, '*' indicates broadcast discovery.
: Specify gatekeeper identifier.
: Specify gatekeeper host for secure H.323 endpoint

-R --require-gatekeeper : Exit if gatekeeper discovery fails.

: Set gatekeeper security token OID.
: Do not send GRQ when registering with GK
: Limit bandwidth usage to bps bits/second.
: Disable fast start.
: Disable H245 tunnelling.
: Interface/port(s) to listen for H.323 requests
: '*' is all interfaces, (default tcp$:*:1720)

Line Interface options:

: Do not use line interface device.
: Select line interface device (eg Quicknet:013A17C2, default *:*).
: Select country to use for LID (eg "US", "au" or "+61").

Sound card options:

: Do not use sound input/output device.
: Select sound input/output device.
: Select sound input device.
: Select sound output device.

IVR options:

: Disable IVR.
: Set vxml file to use for IVR.
: Set the text to speech engine

IP options:

: Set external IP address if masqueraded
: Set TCP/UDP/RTP port base
: Set TCP/UDP/RTP port max
: Set TCP port base (default 0)
: Set TCP port max (default base+99)
: Set UDP port base (default 6000)
: Set UDP port max (default base+199)
: Set RTP port base (default 5000)
: Set RTP port max (default base+199)
: Set RTP packet IP TOS bits to n
: Set STUN server

Debug options:

: Enable trace, use multiple times for more detail.
: File for trace output, default is stderr.
: Remove support for iax2
: This help message.

Dial peer specification:

General form is pattern=destination where pattern is a regular expression matching the incoming calls destination address and will translate it to the outgoing destination address for making an outgoing call. For example, picking up a PhoneJACK handset and dialling 2, 6 would result in an address of "pots:26" which would then be matched against, say, a spec of pots:26=h323:10.0.1.1, resulting in a call from the pots handset to 10.0.1.1 using the H.323 protocol.
As the pattern field is a regular expression, you could have used in the above .*:26=h323:10.0.1.1 to achieve the same result with the addition that an incoming call from a SIP client would also be routed to the H.323 client.
Note that the pattern has an implicit ^ and $ at the beginning and end of the regular expression. So it must match the entire address.
If the specification is of the form @filename, then the file is read with each line consisting of a pattern=destination dial peer specification. Lines without and equal sign or beginning with '#' are ignored.
The standard dial peers that will be included are:
If SIP is enabled but H.323 & IAX2 are disabled:
pots:.*\*.*\*.* = sip:<dn2ip> pots:.* = sip:<da> pc:.* = sip:<da>
If SIP & IAX2 are not enabled and H.323 is enabled:
pots:.*\*.*\*.* = h323:<dn2ip> pots:.* = h323:<da> pc:.* = h323:<da>
If POTS is enabled:
h323:.* = pots:<dn> sip:.* = pots:<dn> iax2:.* = pots:<dn>
If POTS is not enabled and the PC sound system is enabled:
iax2:.* = pc: h323:.* = pc: sip:. * = pc:
If IVR is enabled then a # from any protocol will route it it, ie:
.*:#
= ivr:
If IAX2 is enabled then you can make a iax2 call with a command like:
iax2:guest@misery.digium.com/s
((Please ensure simplopal is the only iax2 app running on your box))
July 2010 SimpleOPAL Version 3.8.2 by Open Phone Abstraction Library on Unix Linux (2.6.32-5-amd64-x86_64)