[asterisk-bugs] [Asterisk 0010540]: timeout value should accept floating point numbers

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Dec 21 16:29:32 CST 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10540 
====================================================================== 
Reported By:                spendergrass
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   10540
Category:                   Functions/func_timeout
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 89276 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             08-23-2007 13:27 CDT
Last Modified:              12-21-2007 16:29 CST
====================================================================== 
Summary:                    timeout value should accept floating point numbers
Description: 
Example, setting digit timeout value to 1.5 seconds should be accepted. 
Currently, it rounds down to nearest whole number.
====================================================================== 

---------------------------------------------------------------------- 
 blitzrage - 12-21-07 16:29  
---------------------------------------------------------------------- 
Sure thing!

exten => http://bugs.digium.com/view.php?id=123,1,NoOp()
exten => http://bugs.digium.com/view.php?id=123,n,Set(TIMEOUT(digit)=1.5)
exten => http://bugs.digium.com/view.php?id=123,n,Set(TIMEOUT(response)=5.2)
exten => http://bugs.digium.com/view.php?id=123,n,Set(TIMEOUT(absolute)=3.5)
exten =>
http://bugs.digium.com/view.php?id=123,n,Verbose(1,${STRFTIME(,,%S.%1q)})
exten => http://bugs.digium.com/view.php?id=123,n,WaitExten()
exten => h,1,Verbose(1,${STRFTIME(,,%S.%1q)})
exten => t,1,Verbose(1,${STRFTIME(,,%S.%1q)})
exten => T,1,Verbose(1,${STRFTIME(,,%S.%1q)}) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-21-07 16:29  blitzrage      Note Added: 0075823                          
======================================================================




More information about the asterisk-bugs mailing list