[asterisk-dev] [asterisk-commits] alecdavis: branch 1.8 r371662 - /branches/1.8/main/dsp.c

Matthew Jordan mjordan at digium.com
Sun Aug 26 18:24:26 CDT 2012


Alec:

I'm assuming this is in regard to ASTERISK-19610.

Do you mind providing a description of the problem that the patch
resolves, as well as providing the tags that will link the commit
to the issue in JIRA?

The 'special tags' are documented on the wiki here:

https://wiki.asterisk.org/wiki/display/AST/Commit+Messages

--
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org

----- Original Message -----
> From: "SVN commits to the Asterisk project" <asterisk-commits at lists.digium.com>
> To: asterisk-commits at lists.digium.com, svn-commits at lists.digium.com
> Sent: Sunday, August 26, 2012 6:03:57 PM
> Subject: [asterisk-commits] alecdavis: branch 1.8 r371662 -	/branches/1.8/main/dsp.c
> 
> Author: alecdavis
> Date: Sun Aug 26 18:03:51 2012
> New Revision: 371662
> 
> URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371662
> Log:
> mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZE
> 
> Modified:
>     branches/1.8/main/dsp.c
> 
> Modified: branches/1.8/main/dsp.c
> URL:
> http://svnview.digium.com/svn/asterisk/branches/1.8/main/dsp.c?view=diff&rev=371662&r1=371661&r2=371662
> ==============================================================================
> --- branches/1.8/main/dsp.c (original)
> +++ branches/1.8/main/dsp.c Sun Aug 26 18:03:51 2012
> @@ -920,7 +920,7 @@
>  				mute_fragment(dsp, &mute);
>  				mute.start = (sample > MF_GSIZE) ? (sample - MF_GSIZE) : 0;
>  			}
> -			mute.end = limit + DTMF_GSIZE;
> +			mute.end = limit + MF_GSIZE;
>  		}
>  
>  		/* Reinitialise the detector for the next block */
> 
> 
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> asterisk-commits mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-commits
> 



More information about the asterisk-dev mailing list