| Summary: | ASTERISK-10845: [patch] remove obsolete code from dsp.c | ||
| Reporter: | Dmitry Andrianov (dimas) | Labels: | |
| Date Opened: | 2007-11-20 15:55:01.000-0600 | Date Closed: | 2007-11-21 12:49:59.000-0600 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) dsp.patch | |
| Description: | Removing #define OLD_DSP_ROUTINES from dsp.c, expanding #define FAX_DETECT unconditionally (although only do calculation if fax detection feature is requested using flag) | ||
| Comments: | By: Digium Subversion (svnbot) 2007-11-21 12:49:58.000-0600 Repository: asterisk Revision: 89490 U trunk/main/dsp.c ------------------------------------------------------------------------ r89490 | russell | 2007-11-21 12:49:58 -0600 (Wed, 21 Nov 2007) | 8 lines Remove obsolete OLD_DSP_ROUTINES code. Also, remove the FAX_DETECT define and only do the calculations if fax detection is enabled on the dsp. (closes issue ASTERISK-10845) Reported by: dimas Patches: dsp.patch uploaded by dimas (license 88) ------------------------------------------------------------------------ | ||