From bb80c835e0caaff46cffb00cf2aa9e3a4db98578 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 25 Nov 2008 22:45:59 +0000 Subject: Add an option, waitfordialtone, for UK analog lines which do not end a call until the originating line hangs up. (closes issue #12382) Reported by: one47 Patches: zap-waitfordialtone-trunk.080901.patch uploaded by one47 (license 23) zap-waitfordialtone-bra-1.4.21.2.patch uploaded by fleed (license 463) Tested by: fleed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159317 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/chan_dahdi.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/chan_dahdi.conf.sample') diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample index 01da859c9..85087c504 100644 --- a/configs/chan_dahdi.conf.sample +++ b/configs/chan_dahdi.conf.sample @@ -361,6 +361,13 @@ usecallerid=yes ; ;hidecallerid=yes ; +; On UK analog lines, the caller hanging up determines the end of calls. So +; Asterisk hanging up the line may or may not end a call (DAHDI could just as +; easily be re-attaching to a prior incoming call that was not yet hung up). +; This option changes the hangup to wait for a dialtone on the line, before +; marking the line as once again available for use with outgoing calls. +;waitfordialtone=yes +; ; The following option enables receiving MWI on FXO lines. The default ; value is no. When this is enabled, and MWI notification indicates on or off, ; the script specified by the mwimonitornotify option is executed. Also, an -- cgit v1.2.3