[asterisk-bugs] [JIRA] (ASTERISK-22308) Documentation - chan_dahdi, waitfordialtone is not boolean, it's time in milliseconds
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Oct 21 12:56:15 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-22308:
-----------------------------------
Target Release Version/s: 1.8.24.0
> 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
> Components: Documentation
> Affects Versions: 1.8.23.0, 10.12.2, 11.5.0
> Reporter: Malcolm Davenport
> Assignee: Rusty Newton
> Severity: Minor
> Target Release: 1.8.24.0
>
>
> 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