[asterisk-commits] newtonr: branch 11 r398881 - in /branches/11: ./ configs/chan_dahdi.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 11 18:50:29 CDT 2013


Author: newtonr
Date: Wed Sep 11 18:50:27 2013
New Revision: 398881

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398881
Log:
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

Modified:
    branches/11/   (props changed)
    branches/11/configs/chan_dahdi.conf.sample

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/11/configs/chan_dahdi.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/11/configs/chan_dahdi.conf.sample?view=diff&rev=398881&r1=398880&r2=398881
==============================================================================
--- branches/11/configs/chan_dahdi.conf.sample (original)
+++ branches/11/configs/chan_dahdi.conf.sample Wed Sep 11 18:50:27 2013
@@ -582,7 +582,8 @@
 ; 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




More information about the asterisk-commits mailing list