bd00e4129326c0ac405e70bdc95d1971b530ddcd
[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 internal ISDN interface on port 2, which accepts all extensions
18
19 #[Int]
20 #nt
21 #extension
22 #port 2
23
24
25 # Example of an ISDN interface on port 2, which accepts only extensions
26 # 201, 202 and 203
27
28 #[Int]
29 #nt
30 #extension
31 #msn 201,202,203
32 #port 2
33
34
35 # Example of three ISDN interfaces on port 2, 3 and 4, which accept
36 # extension 201 on all interfaces, and extension 202 and 203 on the first port
37 # only.
38 # Hint: To make extension ring on all three interfaces parallel, use
39 # "interface Int1,Int2,In3" in extension's settings file.
40
41 #[Int1]
42 #nt
43 #extension
44 #msn 201,202,203
45 #port 2
46
47 #[Int2]
48 #nt
49 #extension
50 #msn 201
51 #port 3
52
53 #[Int3]
54 #nt
55 #extension
56 #msn 201
57 #port 4
58
59
60 # Example of an ISDN interface on port 1 that requires screening of caller IDs.
61 # This is required if the connected line doesn't screen caller IDs.
62 # Also this interface will connect bchannel during call setup, so tones are
63 # required.
64 #[Ext]
65 #screen-out unknown 300  national 21250993300
66 #screen-out unknown 2*  national 212509932*
67 #tones yes
68 #port 1
69
70
71 # Example of an ISDN PRI interface on port 1 that has directed channels.
72 # 10 channels (channel 1-10) are incomming only.
73 # 10 channels (channel 11-15,17-21) are outgoing only.
74 # 10 channels (channel 22-31) are both way.
75 # We prefer to use directed channels first, then we request any channel.
76 # Outgoing calls on both-way-channels shall be indicated as "any channel".
77 # (Siemens EWSD will select bot-way-channels when indicated that way.)
78 #[Ext]
79 #port 1
80 #channel-in 1,2,3,4,5,6,7,8,9,10,22,23,24,25,26,27,28,29,30,31
81 #channel-out force,11,12,13,14,15,17,18,19,20,21,any
82
83 # Example of an ISDN interface that runs in NT-mode, but provides tones during
84 # setup. Also we provide tones during setup also.
85 # This is usefull to interconnect to another PBX.
86 # Additinally the timeout values for the different call states are adjusted to 60 seconds.
87 # They are: setup, dialing, proceeding, alerting, disconnect
88 #[PBX]
89 #nt
90 #port 5
91 #earlyb yes
92 #tones yes
93 #timeouts 60 60 60 60 60
94
95 # Hint: Enter "lcr interface" for quick help on interface options.
96
97 # Add your interfaces here:
98
99
100 [Ext]
101 port 1
102
103
104 [Int]
105 nt
106 extension
107 msn 200,201,202,203
108 port 2
109
110