[asterisk-commits] newtonr: branch 1.8 r398880 - /branches/1.8/configs/chan_dahdi.conf.sample

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


Author: newtonr
Date: Wed Sep 11 18:47:53 2013
New Revision: 398880

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

Modified:
    branches/1.8/configs/chan_dahdi.conf.sample

Modified: branches/1.8/configs/chan_dahdi.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/chan_dahdi.conf.sample?view=diff&rev=398880&r1=398879&r2=398880
==============================================================================
--- branches/1.8/configs/chan_dahdi.conf.sample (original)
+++ branches/1.8/configs/chan_dahdi.conf.sample Wed Sep 11 18:47:53 2013
@@ -503,7 +503,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
 ;
 ; The following option enables receiving MWI on FXO lines.  The default
 ; value is no.




More information about the asterisk-commits mailing list