[Home]

Summary:ASTERISK-02059: dsp.c fails to compile
Reporter:jesses (jesses)Labels:
Date Opened:2004-07-19 02:18:48Date Closed:2011-06-07 14:10:18
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In today's HEAD branch, dsp.c fails to compile if OLD_DSP_ROUTINES are defined and FAX_DETECT is defined in dsp.c

dsp.c: In function `dtmf_detect':
dsp.c:642: error: `DTMF_TO_TOTAL_ENERGY' undeclared (first use in this function)
dsp.c:642: error: (Each undeclared identifier is reported only once
dsp.c:642: error: for each function it appears in.)
dsp.c:401: warning: unused variable `fax_energy_2nd'
make: *** [dsp.o] Error 1
Comments:By: twisted (twisted) 2004-07-19 02:46:01

Dupe 2088