summaryrefslogtreecommitdiffstats
path: root/default
diff options
context:
space:
mode:
authorSuper User2008-01-12 12:28:22 +0100
committerSuper User2008-01-12 12:28:22 +0100
commit31aff20175a3bc9b4bb41d080452ae1d063e267a (patch)
treec45b62ab94c08f63173937a13e769c0a088bedae /default
parentadded filter options (gain, pipeline, blowfish) to interface configuration. (diff)
downloadlcr-31aff20175a3bc9b4bb41d080452ae1d063e267a.tar.gz
lcr-31aff20175a3bc9b4bb41d080452ae1d063e267a.tar.xz
lcr-31aff20175a3bc9b4bb41d080452ae1d063e267a.zip
moved timeout settings from extenion to interface.conf
modified: README modified: apppbx.cpp modified: default/interface.conf modified: dss1.cpp modified: extension.c modified: extension.h modified: genext.c modified: interface.c modified: interface.h modified: port.h modified: todo.txt
Diffstat (limited to 'default')
-rw-r--r--default/interface.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/default/interface.conf b/default/interface.conf
index be5b669..bd00e41 100644
--- a/default/interface.conf
+++ b/default/interface.conf
@@ -83,11 +83,14 @@
# 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]
#nt
#port 5
#earlyb yes
#tones yes
+#timeouts 60 60 60 60 60
# Hint: Enter "lcr interface" for quick help on interface options.