07bc818e4cac248e0bfbbb097be771866de06736
[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 # Outgoing calls on both-way-channels shall be indicated as "any channel".
72 # (Siemens EWSD will select bot-way-channels when indicated that way.)
73 #[Ext]
74 #port 1
75 #channel-in 1,2,3,4,5,6,7,8,9,10,22,23,24,25,26,27,28,29,30,31
76 #channel-out force,11,12,13,14,15,17,18,19,20,21,any
77
78 # Example of an ISDN interface that runs in NT-mode, but provides tones during
79 # setup. Also we provide tones during setup also.
80 # This is usefull to interconnect to another PBX.
81 #[PBX]
82 #port 5
83 #earlyb yes
84 #tones yes
85
86 # Hint: Enter "lcr interface" for quick help on interface options.
87
88 # Add your interfaces here:
89
90
91 [Ext]
92 port 1
93
94
95 [Int]
96 extension
97 msn 201,202,203
98 port 2
99
100