xdmf2ncid.conf - Man Page
xdmf2ncid configuration file
Description
The xdmf2ncid.conf file contains the configuration information for xdmf2ncid.
The xdmf2ncid.conf file understands 3 types of lines:
- blank line
ignored
- comment line, beginning with '#'
ignored
- VARIABLE = VALUE
VALUE can contain spaces if it is between quotes.
See xdmf2ncid.conf for all default values.
Variables
- verbose = level
Level is in the range 1-9. Not all verbose levels are used.
- HostnameFlag = value
Value is 0 or 1. Includes hostname in the IDENT string if 1.
- ncidaddr = host address
The NCID server host address can be an IP address or a resolvable host name.
- ncidport = port
The NCID server port number.
- delay = seconds
If the connection to the NCID server is lost, this specifies the number of seconds between reconnection attempts.
- ht9032 = value
Value is 0 or 1. Set the operation mode for the Holtek HT9032D based PSTN Caller ID module if 1.
Examples
- Set the NCID server IP address:
ncidaddr = 192.168.1.20
- Set the USB device (or modem) listen port
usbport = /dev/ttyUSB0
See Also
Referenced By
2024-07-18 perl v5.40.0 User Contributed Perl Documentation