ncid.conf - Man Page
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
Referenced By
email2ncid(1), ncid(1), ncid-alert(1), ncid-initmodem(1), ncid-kpopup(1), ncid_modules(7), ncid-mysql(1), ncid-mythtv(1), ncid-notify(1), ncid-page(1), ncid-samba(1), ncid-skel(1), ncid-speak(1), ncid-wakeup(1), ncid-yac(1).