6df206c1ca0908ad0a5e4087328a78d0ef4a5ab7
[lcr.git] / default / interface.conf
1 # interface.conf
2 ################
3
4
5 # Example of an ISDN interface on port 1
6
7 #[Ext]
8 #port 1
9
10 # Example of a multilink ISDN interface (Anlagenanschluss) on port 3
11 # and 4
12
13 #[Ext]
14 #port 3
15 #port 4
16
17 # Example of an ISDN interface on port 2, which accepts all extensions
18
19 #[Int]
20 #extension
21 #port 2
22
23
24 # Example of an ISDN interface on port 2, which accepts only extensions
25 # 201, 202 and 203
26
27 #[Int]
28 #extension
29 #msn 201,202,203
30 #port 2
31
32
33 # Example of three ISDN interfaces on port 2, 3 and 4, which accept
34 # extension 201 on all interfaces, and extension 202 and 203 on the first port
35 # only.
36 # Hint: To make extension ring on all three interfaces parallel, use
37 # "interface Int1,Int2,In3" in extension's settings file.
38
39 #[Int1]
40 #extension
41 #msn 201,202,203
42 #port 2
43
44 #[Int2]
45 #extension
46 #msn 201
47 #port 3
48
49 #[Int3]
50 #extension
51 #msn 201
52 #port 4
53
54
55 # Example of an ISDN interface on port 1 that requires screening of caller IDs.
56 # This is required if the connected line doesn't screen caller IDs.
57 # Also this interface will connect bchannel during call setup, so tones are
58 # required.
59 #[Ext]
60 #screen_out unknown 300  national 21250993300
61 #screen_out unknown 2*  national 212509932*
62 #tones yes
63 #port 1
64
65
66 # Example of an ISDN PRI interface on port 1 that has directed channels.
67 # 10 channels (channel 1-10) are incomming only.
68 # 10 channels (channel 11-15,17-21) are outgoing only.
69 # 10 channels (channel 22-31) are both way.
70 # We prefer to use directed channels first, then we request any channel:
71 #[Ext]
72 #port 1
73 #channel force,11,12,13,14,15,17,18,19,20,21,any
74
75
76 # Add your interfaces here:
77
78
79 [Ext]
80 port 1
81
82
83 [Int]
84 extension
85 msn 201,202,203
86 port 2
87
88