[asterisk-bugs] [Asterisk 0004823]: [patch] Mec2 Timed Agressive Cancellation

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Jun 7 11:02:13 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=4823 
====================================================================== 
Reported By:                SoloFlyer
Assigned To:                mattf
====================================================================== 
Project:                    Asterisk
Issue ID:                   4823
Category:                   Core/General
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     closed
Asterisk Version:           I did not set the version :( 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        Yes 
Request Review:             Yes 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             07-27-2005 08:39 CDT
Last Modified:              06-07-2008 11:02 CDT
====================================================================== 
Summary:                    [patch] Mec2 Timed Agressive Cancellation
Description: 
Allows use of the aggressive echo cancelation for the amount of time
defined by AGGRESSIVE_TIMELIMIT in mec2_const.h (if not defined it just
does aggressive forever) after the set period of time has elapsed the
non-aggressive echo canceling is used


if ( Time_Elapsed < AGGRESSIVE_TIMELIMIT ) {
   Aggressive_Cancelation();
}
else {
   Standard_Cancelation();
}

its very very simple... but it works very very well :)

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0002820 [patch] correctly reinit a variable and...
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 06-07-08 11:02  
---------------------------------------------------------------------- 
Repository: dahdi
Revision: 757

U   trunk/mec2.h
U   trunk/mec2_const.h

------------------------------------------------------------------------
r757 | mattf | 2008-06-07 11:02:09 -0500 (Sat, 07 Jun 2008) | 2 lines

Add aggressive suppressor timelimit  (Bug
http://bugs.digium.com/view.php?id=4823)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=757 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-07-08 11:02  svnbot         Checkin                                      
06-07-08 11:02  svnbot         Note Added: 0088063                          
======================================================================




More information about the asterisk-bugs mailing list