ncidsip (5) Linux Manual Page
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
