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

NAME

6       ncidd.alias - ncidd alias file
7

DESCRIPTION

9       The ncidd.alias file contains the alias information for ncidd, the Net‐
10       work Caller ID Server.
11
12       The ncidd.alias file is used to create aliases.  A alias is  set  on  a
13       alias 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.alias file understands 3 types of lines:
18
19       blank line
20              skip it
21
22       comment line, beginning with '#'
23              skip it
24
25       alias line, beginning with 'alias'
26              alias [NMBR|NAME] "FROM" = "TO" [if "VALUE"]
27                  where NMBR or NAME is a KEYWORD
28                  where FROM is a string or "*" when using "if"
29                  where TO is the "alias"
30                  where VALUE is a NAME if KEYWORD = NMBR
31                  where VALUE is a NMBR if KEYWORD = NAME
32

EXAMPLES

34       Change OUT-OF-AREA to UNAVAILABLE:
35            alias OUT-OF-AREA = UNAVAILABLE
36
37       Change OUT-OF-AREA to UNAVAILABLE for a NAME:
38            alias NAME OUT-OF-AREA = UNAVAILABLE
39
40       Change generic name to specific name for a phone number:
41            alias NAME * = "John on CELL" if 4075551212
42
43       Mask a phone number:
44            alias NMBR 4075551212 = "----------"
45
46       Change the line indicator, from no display,  to POTS:
47            alias LINE - = POTS
48
49       Change the ncidsip line indicator, from 1122, to no display:
50            alias LINE 1122 = -
51
52       Change the ncidsip line indicator display, for any line, to VOIP:
53            alias LINE * = VOIP
54

SEE ALSO

56       ncid.1, ncidtools.1, lcdncid.1, out2osd.1, ncidd.8 ncidd.conf.5
57
58
59
60                                                                NCIDD.ALIAS(5)
Impressum