Finished autoconf.
[lcr.git] / default / interface.conf
1 # interface.conf
2 ################
3
4
5 # Example of an ISDN interface on port 0
6
7 #[Ext]
8 #portnum 0
9
10 # Example of a multilink ISDN interface (Anlagenanschluss) on port 2
11 # and 3
12
13 #[Ext]
14 #portnum 2
15 #portnum 3
16
17
18 # Example of an PTP ISDN interface on port 0
19 # Layer-2-Hold is required to keep link alive.
20
21 #[Ext]
22 #portnum 0
23 #ptp
24 #layer2hold yes
25
26
27 # Example of an internal ISDN interface on port 1, which accepts all extensions
28
29 #[Int]
30 #extension
31 #portnum 1
32 #nt
33
34
35 # Example of an ISDN interface on port 1, which accepts only extensions
36 # 201, 202 and 203
37
38 #[Int]
39 #extension
40 #msn 201,202,203
41 #portnum 1
42 #nt
43
44
45 # Example of three ISDN interfaces on port 1, 2 and 3, which accept
46 # extension 201 on all interfaces, and extension 202 and 203 on the first port
47 # only.
48 # Hint: To make extension ring on all three interfaces parallel, use
49 # "interface Int1,Int2,In3" in extension's settings file.
50
51 #[Int1]
52 #extension
53 #msn 201,202,203
54 #portnum 1
55 #nt
56
57 #[Int2]
58 #extension
59 #msn 201
60 #portnum 2
61 #nt
62
63 #[Int3]
64 #extension
65 #msn 201
66 #portnum 3
67 #nt
68
69
70 # Example of an ISDN interface on port 0 that requires screening of caller IDs.
71 # This is required if the connected line doesn't screen caller IDs.
72 # Also this interface will connect bchannel during call setup, so tones are
73 # required.
74
75 #[Ext]
76 #screen-out unknown 300  national 21250993300
77 #screen-out unknown 2*  national 212509932*
78 #tones yes
79 #portnum 0
80
81
82 # Example of an ISDN PRI interface on port 0 that has directed channels.
83 # 10 channels (channel 1-10) are incomming only.
84 # 10 channels (channel 11-15,17-21) are outgoing only.
85 # 10 channels (channel 22-31) are both way.
86 # We prefer to use directed channels first, then we request any channel.
87 # Outgoing calls on both-way-channels shall be indicated as "any channel".
88 # (Siemens EWSD will select bot-way-channels when indicated that way.)
89
90 #[Ext]
91 #portnum 0
92 #layer2hold
93 #channel-in 1,2,3,4,5,6,7,8,9,10,22,23,24,25,26,27,28,29,30,31
94 #channel-out force,11,12,13,14,15,17,18,19,20,21,any
95
96
97 # Example of an ISDN interface that runs in NT-mode, but provides tones during
98 # setup. Also we provide tones during setup also.
99 # This is usefull to interconnect to another PBX.
100 # Additinally the timeout values for the different call states are adjusted to 60 seconds.
101 # They are: setup, dialing, proceeding, alerting, disconnect
102
103 #[PBX]
104 #portnum 4
105 #nt
106 #layer2hold yes
107 #earlyb yes
108 #tones yes
109 #timeouts 60 60 60 60 60
110
111
112 # Example of an interface on port 0 connected to another LCR
113 # This can be done by direct cross cable (terminated of course) or via L1oIP.
114 # Since the remote side (NT-mode) normally doesn't accept informations like
115 # redirected number or display facility, use 'te-special' to even transmit that
116 # against the ISDN specifications. A remote LCR can handle that.
117 # Now all information elements can be transmitted in both directions.
118
119 #[Ext]
120 #portnum 0
121 #te-special
122
123
124 # Alternatively give port name. You will find the name with 'isdninfo' tool.
125
126 #[Int2]
127 #portname hfc-s_usb.1
128 #nt
129
130
131 # Hint: Enter "lcr interface" for quick help on interface options.
132
133
134 # Add your interfaces here:
135
136
137 [Ext]
138 portnum 0
139
140
141 [Int]
142 extension
143 msn 200,201,202,203
144 portnum 1
145 nt
146
147