obi2ncid.conf - Man Page

obi2ncid configuration file

Description

The obi2ncid.conf file contains the configuration information for obi2ncid.

The obi2ncid.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 obi2ncid.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.

obiport = port

The NCID gateway listen port.

lineid = string

The telephone line identification

Examples

Set the NCID server IP address:

ncidaddr = 192.168.1.20

Set gateway listen port:

obiport = 4335

See Also

obi2ncid(1)

Referenced By

obi2ncid(1).

2022-11-8 NCID