[Home]

Summary:ASTERISK-22308: Documentation - chan_dahdi, waitfordialtone is not boolean, it's time in milliseconds
Reporter:Malcolm Davenport (mdavenport)Labels:
Date Opened:2013-08-16 15:02:42Date Closed:2013-09-11 18:53:03
Priority:MinorRegression?
Status:Closed/CompleteComponents:Documentation
Versions:1.8.23.0 10.12.2 11.5.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:Sample config reads like:

{noformat}
; 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
{noformat}

It should probably say something like:

{noformat}
; 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.
; Specified in milliseconds, not set by default.
; waitfordialtone=1000
{noformat}
Comments: