1NCIDD.CONF(5)                 File Formats Manual                NCIDD.CONF(5)
2
3
4

NAME

6       ncidd.conf - ncidd configuration file
7

DESCRIPTION

9       The  ncidd.conf  file contains the configuration information for ncidd,
10       the Network Caller ID Server.
11
12       The ncidd.conf file is used to set options.  Options are set on a  com‐
13       mand  line.  A line is broken up into words.  A word is either a string
14       of non-blank characters, everything between double quotes, or an  equal
15       sign.
16
17       The ncidd.conf file understands 5 types of lines:
18
19       blank line
20              skip it
21
22       comment line, beginning with '#'
23              skip it
24
25       command lines, beginning with 'send'
26              send DATATYPE
27                  where DATATYPE = cidlog, cidinfo
28
29       command lines, beginning with 'set'
30              set ITEM = VALUE [ITEM = VALUE] [...]
31                  where  ITEM  = cidlog, cidlogmax, datalog, initcid, initstr,
32                  lockfile,  noserial,  port,  ttyclocal,  ttyport,  ttyspeed,
33                  nomodem, verbose
34

EXAMPLES

36       Send the CID log to each client at connect:
37            send cidlog
38
39       Send the ring count, at each ring, to each client
40            send cidinfo
41
42       Set the modem for Caller ID:
43            set initcid = "AT#CID=1"
44
45       Set the modem port:
46            set ttyport=/dev/ttyS1
47
48       Set the Telephone Line Indicator for the modem:
49            set lineid = POTS
50
51       Use a modem and possibly a Gateway to obtain the Caller ID:
52            set noseriel = 0
53
54       Do not use a modem, just use a Gateway to obtain the Caller ID:
55            set noseriel = 1
56

SEE ALSO

58       ncid.1, ncidtools.1, lcdncid.1, out2osd.1, ncidd.8 ncidd.alias.5
59
60
61
62                                                                 NCIDD.CONF(5)
Impressum