From 7c346a31ef5c451b3ded953c01c00a22b829ae0d Mon Sep 17 00:00:00 2001
From: Rusty Newton <rnewton@digium.com>
Date: Wed, 11 Sep 2013 23:52:49 +0000
Subject: [PATCH] Documentation fix - waitfordialtone is not boolean, it's time
 in milliseconds

Changing text in chan_dahdi.conf sample to be accurate.

(issue ASTERISK-22308)
(closes issue ASTERISK-22308)
Reported By: Malcolm Davenport
........

Merged revisions 398880 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 398881 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 398882 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/chan_dahdi.conf.sample | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample
index 18ac20294b..63be70d71f 100644
--- a/configs/chan_dahdi.conf.sample
+++ b/configs/chan_dahdi.conf.sample
@@ -582,7 +582,8 @@ usecallerid=yes
 ; 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
+; Specified in milliseconds, not set by default.
+;waitfordialtone=1000
 ;
 ; For analog lines, enables Asterisk to use dialtone detection per channel
 ; if an incoming call was hung up before it was answered.  If dialtone is
-- 
GitLab