-
Notifications
You must be signed in to change notification settings - Fork 1
/
dialin.config
49 lines (48 loc) · 1.48 KB
/
dialin.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# dialin.config (CNDFILE in policy.h)
#
# cndfile contains a series of tokens separated by newlines, commas, tabs
# and spaces. The callerid number is compared with each token in turn,
# until a match occurs. A match occurs when the token compares equally to
# the callerid information up to the length of the token. If the token is
# prefixed with a "!", a match means "do not answer the phone". The token
# "all" matches any telephone number, and will terminate scanning of the
# cndfile. If no callerid number is present, it is assumed to have the
# value "none". A line starting with "#" is a comment. There is an
# implicit "all" at the end of the file.
#
# For example:
# list of my friends' data lines
#3433535, 7445343, 5551212
#
# dad's fax
#4164646777
#
# disallow [other] calls from numbers matching the following prefix:
#!416
#
# disallow that speed dialer that keeps hitting my machine
#!3444444
#
# allow all calls with the following prefixes
#832, 555
#
# don't allow calls when there's no callerid:
#!none
#
# It's okay to accept calls from out of area
# ("OUT_OF_AREA" token seems ZyXEL specific)
#OUT_OF_AREA
# For V.253 compatibles modems "OUT OF AREA" is represented by the
# single letter 'O'
#O
#
# The caller has denied the transmission of his number
# (private service) (For German Telecom dialprefix *31#).
# This is for V.253 compatible modems represented by the single
# letter 'P'.
# don't allow access to my machine for those callers
#!P
#
#
# disallow all other calls
#!all