[asterisk-bugs] [JIRA] (ASTERISK-22309) Documentation - chan_dahdi, waitfordialtone is not boolean, it's time in milliseconds

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Aug 16 18:51:03 CDT 2013


Rusty Newton created ASTERISK-22309:
---------------------------------------

             Summary: Documentation - chan_dahdi, waitfordialtone is not boolean, it's time in milliseconds
                 Key: ASTERISK-22309
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22309
             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
            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