[asterisk-commits] newtonr: branch 12 r398882 - in /branches/12: ./ configs/chan_dahdi.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 11 18:51:48 CDT 2013
Author: newtonr
Date: Wed Sep 11 18:51:46 2013
New Revision: 398882
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398882
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
........
Merged revisions 398881 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
branches/12/ (props changed)
branches/12/configs/chan_dahdi.conf.sample
Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/12/configs/chan_dahdi.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/12/configs/chan_dahdi.conf.sample?view=diff&rev=398882&r1=398881&r2=398882
==============================================================================
--- branches/12/configs/chan_dahdi.conf.sample (original)
+++ branches/12/configs/chan_dahdi.conf.sample Wed Sep 11 18:51:46 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