# interface.conf ################ # Example of an ISDN interface on port 0 #[Ext] #portnum 0 # Example of a multilink ISDN interface (Anlagenanschluss) on port 2 # and 3 #[Ext] #portnum 2 #portnum 3 # Example of an PTP ISDN interface on port 0 # Layer-2-Hold is required to keep link alive. #[Ext] #portnum 0 #ptp #layer2hold yes # Example of an internal ISDN interface on port 1, which accepts all extensions #[Int] #extension #portnum 1 #nt # Example of an ISDN interface on port 1, which accepts only extensions # 201, 202 and 203 #[Int] #extension #msn 201,202,203 #portnum 1 #nt # Example of three ISDN interfaces on port 1, 2 and 3, which accept # extension 201 on all interfaces, and extension 202 and 203 on the first port # only. # Hint: To make extension ring on all three interfaces parallel, use # "interface Int1,Int2,In3" in extension's settings file. #[Int1] #extension #msn 201,202,203 #portnum 1 #nt #[Int2] #extension #msn 201 #portnum 2 #nt #[Int3] #extension #msn 201 #portnum 3 #nt # Example of an ISDN interface on port 0 that requires screening of caller IDs. # This is required if the connected line doesn't screen caller IDs. # Also this interface will connect bchannel during call setup, so tones are # required. #[Ext] #screen-out unknown 300 national 21250993300 #screen-out unknown 2* national 212509932* #tones yes #portnum 0 # Example of an ISDN PRI interface on port 0 that has directed channels. # 10 channels (channel 1-10) are incomming only. # 10 channels (channel 11-15,17-21) are outgoing only. # 10 channels (channel 22-31) are both way. # We prefer to use directed channels first, then we request any channel. # Outgoing calls on both-way-channels shall be indicated as "any channel". # (Siemens EWSD will select bot-way-channels when indicated that way.) #[Ext] #portnum 0 #layer2hold #channel-in 1,2,3,4,5,6,7,8,9,10,22,23,24,25,26,27,28,29,30,31 #channel-out force,11,12,13,14,15,17,18,19,20,21,any # Example of an ISDN interface that runs in NT-mode, but provides tones during # setup. Also we provide tones during setup also. # This is usefull to interconnect to another PBX. # Additinally the timeout values for the different call states are adjusted to 60 seconds. # They are: setup, dialing, proceeding, alerting, disconnect #[PBX] #portnum 4 #nt #layer2hold yes #earlyb yes #tones yes #timeouts 60 60 60 60 60 # Alternatively give port name. You will find the name with 'isdninfo' tool. #[Int2] #portname hfc-s_usb.1 #nt # Hint: Enter "lcr interface" for quick help on interface options. # Add your interfaces here: [Ext] portnum 0 [Int] extension msn 200,201,202,203 portnum 1 nt