ncidsip.conf

Langue: en

Version: 384440 (fedora - 01/12/10)

Section: 5 (Format de fichier)

NAME

ncidsip.conf - ncidsip configuration file

DESCRIPTION

The ncidsip.conf file contains the configuration information for ncidsip, the Network Caller ID SIP Gateway.

The ncidsip.conf file understands 3 types of lines:

blank line
skip it
comment line, beginning with '#'
skip it
Variable=Argument

There is only one variable to set: args. Args is expected to contain the command line options. You should not set the "-v|--verbose", "-V|--version", "--debug", or the "-h|--help" options See ncidsip.8 for a complete list of variables to set and what the default values are.

EXAMPLES

Set the SIP port to 5061
       args="--sip=:5061"
Set PID file
       args="--pidfile=/var/run/ncidsip.pid"

SEE ALSO

ncidd.8, ncidsip.8, sip2ncid.8