[Home]

Summary:ASTERISK-13459: Addons compile error
Reporter:heyuqi (heyuqi)Labels:
Date Opened:2009-01-27 05:00:16.000-0600Date Closed:2009-02-04 08:09:51.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/chan_ooh323
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I want to update asterisk to 1.6 , But When I compiled asterisk-addons.I got ooh323 error.My system is debian and kernel is 2.6.18-6-686. asterisk is 1.6.0.4-rc1


****** ADDITIONAL INFORMATION ******

Asterisk:/usr/src/asterisk-addons-1.6.1-rc2# make
CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1-rc2/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.1-rc2/menuselect'
menuselect/menuselect --check-deps menuselect.makeopts  
Generating embedded module rules ...
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1-rc2'
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.1-rc2'
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1-rc2'
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.1-rc2'
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1-rc2'
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.1-rc2'
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1-rc2/channels'
  [CC] chan_ooh323.c -> chan_ooh323.o
chan_ooh323.c: In function 'ooh323_new':
chan_ooh323.c:285: error: 'DSP_FEATURE_DIGIT_DETECT' undeclared (first use in this function)
chan_ooh323.c:285: error: (Each undeclared identifier is reported only once
chan_ooh323.c:285: error: for each function it appears in.)
chan_ooh323.c: In function 'ooh323_onReceivedDigit':
chan_ooh323.c:1150: error: request for member 'ptr' in something not a structure or union
make[1]: *** [chan_ooh323.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.1-rc2/channels'
make: *** [channels] Error 2
Comments:By: heyuqi (heyuqi) 2009-02-04 00:33:47.000-0600

Today I use addon-1.6.0.1 which can successfully complie.

By: Clod Patry (junky) 2009-02-04 08:09:50.000-0600

same as M14392 in file ab2.txt