[asterisk-bugs] [JIRA] (ASTERISK-22308) Documentation - chan_dahdi, waitfordialtone is not boolean, it's time in milliseconds
Malcolm Davenport (JIRA)
noreply at issues.asterisk.org
Fri Aug 16 15:03:03 CDT 2013
Malcolm Davenport created ASTERISK-22308:
--------------------------------------------
Summary: Documentation - chan_dahdi, waitfordialtone is not boolean, it's time in milliseconds
Key: ASTERISK-22308
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22308
Project: Asterisk
Issue Type: Bug
Security Level: None
Affects Versions: 11.5.0, 10.12.2, 1.8.23.0
Reporter: Malcolm Davenport
Severity: Minor
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}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list