From 26c7e0d22ead805ce333ea4248c7311c1eda5de0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 21 Sep 2008 08:57:51 +0200 Subject: Finished autoconf. -> Commments are welcome. deleted: Makefile modified: Makefile.am new file: Makefile.in modified: README new file: aclocal.m4 modified: action_vbox.cpp modified: alawulaw.h modified: autogen.sh new file: config.h.in new file: configure modified: configure.ac modified: default/interface.conf modified: default/options.conf modified: dss1.cpp modified: dss1.h modified: extension.c modified: genext.c modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h modified: main.h new file: mkinstalldirs modified: options.c modified: options.h modified: port.cpp modified: route.c modified: todo.txt modified: tones.c modified: vbox.cpp deleted: watch.c --- default/interface.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'default/interface.conf') diff --git a/default/interface.conf b/default/interface.conf index daa8c57..5ee81be 100644 --- a/default/interface.conf +++ b/default/interface.conf @@ -14,6 +14,7 @@ #portnum 2 #portnum 3 + # Example of an PTP ISDN interface on port 0 # Layer-2-Hold is required to keep link alive. @@ -22,6 +23,7 @@ #ptp #layer2hold yes + # Example of an internal ISDN interface on port 1, which accepts all extensions #[Int] @@ -69,6 +71,7 @@ # 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* @@ -83,17 +86,20 @@ # 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 @@ -102,13 +108,29 @@ #tones yes #timeouts 60 60 60 60 60 + +# Example of an interface on port 0 connected to another LCR +# This can be done by direct cross cable (terminated of course) or via L1oIP. +# Since the remote side (NT-mode) normally doesn't accept informations like +# redirected number or display facility, use 'te-special' to even transmit that +# against the ISDN specifications. A remote LCR can handle that. +# Now all information elements can be transmitted in both directions. + +#[Ext] +#portnum 0 +#te-special + + # 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: -- cgit v1.2.3-55-g7522