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 number output for the US to not include the 1.
30       This option requires the ignore1 server option to  also  be  set.   The
31       display will be XXX-XXX-XXXX instead of 1-XXX-XXX-XXXX:
32           set NoOne       1
33
34       Set  ncid  to format its number output display for Sweden.  The display
35       will be 0X-XXXXXXXX, 0XX-XXXXXXX, 0XXX-XXXXX, etc:
36           set Country     "SE"
37
38       Set ncid to format its date output in  alternate  form.   Assuming  the
39       date separator is a "/", the display will be DD/MM/YYYY:
40           set AltDate     1
41
42       Set  ncid  to format its date output with hyphen (-) as separator.  The
43       display will be MM-DD-YYYY.  If the date is in alternate form, the dis‐
44       play will be DD-MM-YYYY:
45           set DateSepar   "-"
46
47       Set  ncid  to  format  its date output with period (.) appended to year
48       (ordinal numbers), when the period (.) is date separator.  If the  date
49       is in alternate form, the display will be dd.mm.yyyy.
50           set YearDot     1
51
52       Set ncid to add a dial prefix to the phone number sent to the server to
53       dial.  The dial prefix may be "9" or even "91" but a leading 1  can  be
54       set in the GUI instead, if the leading 1 is not always needed.
55           set DialPrefix=""
56
57       Set  the  number of characters to display a name in the GUI to 40.  The
58       range is from 20 to 50:
59           set nameWidth   40
60
61       Set ncid to tell the server to send the call  log,  only  used  in  the
62       NoGUI mode:
63           set CallLog     1
64

SEE ALSO

66       ncid.1
67
68
69
70NCID                              2019-08-17                      NCID.CONF(5)
Impressum