NCIDSIP.CONF

Section: File Formats (5)
Index Return to Main Contents
 

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


 

Index

NAME
DESCRIPTION
EXAMPLES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 03:18:58 GMT, November 29, 2009