[asterisk-bugs] [Asterisk 0012801]: Digit timeout giving negative values

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Jun 6 18:50:09 CDT 2008


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=12801 
====================================================================== 
Reported By:                xieliwei
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   12801
Category:                   Functions/func_timeout
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 120859 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 unable to reproduce
Fixed in Version:           
====================================================================== 
Date Submitted:             06-05-2008 21:29 CDT
Last Modified:              06-06-2008 18:50 CDT
====================================================================== 
Summary:                    Digit timeout giving negative values
Description: 
I'm not very sure if this is a freepbx or asterisk issue since both are
trunk versions and this is a fresh install. I'll be posting this bug report
for both freepbx and asterisk.

All instances of digit timeout seem to have negative time even though a
positive value was set:

IVR
    -- Executing [s at ivr-4:5] GotoIf("SIP/xx.xx.xx.xx-083c0e40", "1?begin")
in new stack
    -- Goto (ivr-4,s,8)
    -- Executing [s at ivr-4:8] Set("SIP/xx.xx.xx.xx-083c0e40",
"TIMEOUT(digit)=3") in new stack
    -- Digit timeout set to -2144.483
    -- Executing [s at ivr-4:9] Set("SIP/xx.xx.xx.xx-083c0e40",
"TIMEOUT(response)=10") in new stack
    -- Response timeout set to 10.000


Similarly for DISA
    -- Executing [1 at ivr-3:3] Goto("SIP/xx.xx.xx.xx-083c0e40", "disa,1,1")
in new stack
    -- Goto (disa,1,1)
    -- Executing [1 at disa:1] Set("SIP/xx.xx.xx.xx-083c0e40",
"TIMEOUT(digit)=5") in new stack
    -- Digit timeout set to -2142.483
    -- Executing [1 at disa:2] Set("SIP/xx.xx.xx.xx-083c0e40",
"TIMEOUT(response)=10") in new stack
    -- Response timeout set to 10.000

Notice that response timeout still works as normal and that the timeout
seems to be overflowing as the negative values seem to change
proportionally to the value of timeout specified.

FreePBX version is trunk-5769
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-06-08 18:50  Corydon76      Resolution               open => unable to
reproduce
======================================================================




More information about the asterisk-bugs mailing list