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

Alec Davis sivad.a at paradise.net.nz
Sun Aug 26 19:10:26 CDT 2012


It's not directly related to ASTERISK-19610.
I was checking the code base for DTMF_GSIZE, and stumbled accros the typo in
mf_detect, as it's so obvious I just fixed it.

Alec


> -----Original Message-----
> From: asterisk-dev-bounces at lists.digium.com 
> [mailto:asterisk-dev-bounces at lists.digium.com] On Behalf Of 
> Matthew Jordan
> Sent: Monday, 27 August 2012 11:24 a.m.
> To: asterisk-dev at lists.digium.com
> Subject: Re: [asterisk-dev] [asterisk-commits] alecdavis: 
> branch 1.8 r371662 -/branches/1.8/main/dsp.c
> 
> 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=di
> > ff&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
> > 
> 
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev




More information about the asterisk-dev mailing list