Content-type: text/html Manpage of NCID.CONF

NCID.CONF

Section: NCID (5)
Updated: 2022-11-8
Index Return to Main Contents
 

NAME

ncid.conf - ncid configuration file  

DESCRIPTION

The ncid.conf file contains the configuration information for ncid, the Network Caller ID Client.

The ncid.conf file is a tcl/tk configuration file used to set options.

The ncid.conf file understands 3 types of lines:

blank line:     ignored
comment line:   beginning with '#' and is ignored
shell variable: set to a value, for example: foo=bar

See the ncid.conf file for a complete list of variables to set and what the default values are.  

EXAMPLES

Set ncid to use the page output module:
       set ModName ncid-page

Set ncid to format its date output in alternate form 1. Assuming the date separator is a "/", the display will be DD/MM/YYYY:


    set AltDate     1

Set ncid to format its date output with hyphen (-) as separator. The display will be MM-DD-YYYY. If the date is in alternate form, the display will be DD-MM-YYYY:


    set DateSepar   "-"

Set ncid to format its date output with period (.) appended to year (ordinal numbers), when the period (.) is date separator. If the date is in alternate form, the display will be dd.mm.yyyy.


    set YearDot     1

Set ncid to format its date output in alternate form 2. The display will be: weekday month dd yyyy


    set AltDate     2

Set ncid to add a dial prefix to the phone number sent to the server to dial. The dial prefix may be "9" or even "91" but a leading 1 can be set in the GUI instead, if the leading 1 is not always needed.


    set DialPrefix=""

Set the number of characters to display a name in the GUI to 40. The range is from 20 to 50:


    set nameWidth   40

Set ncid to tell the server to send the call log, only used in the NoGUI mode:


    set CallLog     1
 

SEE ALSO

ncid.1


 

Index

NAME
DESCRIPTION
EXAMPLES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 18:17:41 GMT, November 12, 2022