1NCID.CONF(5)                         NCID                         NCID.CONF(5)
2
3
4

NAME

6       ncid.conf - ncid configuration file
7

DESCRIPTION

9       The ncid.conf file contains the configuration information for ncid, the
10       Network Caller ID Client.
11
12       The ncid.conf file is a tcl/tk configuration file used to set options.
13
14       The ncid.conf file understands 3 types of lines:
15
16              blank line      ignored
17
18              comment line    beginning with '#' and is ignored
19
20              shell variable  set to a value, for example: foo=bar
21
22       See the ncid.conf file for a complete list of variables to set and what
23       the default values are.
24

EXAMPLES

26       Set ncid to use the page output module:
27            set ModName     ncid-page
28
29       Set  ncid  to format its date output in alternate form 1.  Assuming the
30       date separator is a "/", the display will be DD/MM/YYYY:
31           set AltDate     1
32
33       Set ncid to format its date output with hyphen (-) as  separator.   The
34       display will be MM-DD-YYYY.  If the date is in alternate form, the dis‐
35       play will be DD-MM-YYYY:
36           set DateSepar   "-"
37
38       Set ncid to format its date output with period  (.)  appended  to  year
39       (ordinal  numbers), when the period (.) is date separator.  If the date
40       is in alternate form, the display will be dd.mm.yyyy.
41           set YearDot     1
42
43       Set ncid to format its date output in alternate form  2.   The  display
44       will be: weekday month dd yyyy
45           set AltDate     2
46
47
48       Set ncid to add a dial prefix to the phone number sent to the server to
49       dial.  The dial prefix may be "9" or even "91" but a leading 1  can  be
50       set in the GUI instead, if the leading 1 is not always needed.
51           set DialPrefix=""
52
53       Set  the  number of characters to display a name in the GUI to 40.  The
54       range is from 20 to 50:
55           set nameWidth   40
56
57       Set ncid to tell the server to send the call  log,  only  used  in  the
58       NoGUI mode:
59           set CallLog     1
60

SEE ALSO

62       ncid.1
63
64
65
66NCID                               2021-01-7                      NCID.CONF(5)
Impressum