[asterisk-bugs] [Asterisk 0012781]: Queue holdtime smoothing filter is not boxcar (FIR), but exponential average (IIR).

noreply at bugs.digium.com noreply at bugs.digium.com
Tue Jun 17 10:50:00 CDT 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12781 
====================================================================== 
Reported By:                davidw
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   12781
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   text
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.4.20.1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             06-03-2008 13:01 CDT
Last Modified:              06-17-2008 10:49 CDT
====================================================================== 
Summary:                    Queue holdtime smoothing filter is not boxcar (FIR),
but exponential average (IIR).
Description: 
The comment for recalc_holdtime says that it implements a recursive boxcar
algorithm.  Even with the "recursive" qualifier, boxcar averaging refers to
simple rolling average filters, which are finite impulse response ones. 
The filter that recalc_holdtime actually implements is an exponential
average, which is an infinite impulse response filter.


====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-17-08 10:49  svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list