ooh323 compile error on trixbox 2.4
Hello all,
i have a problem when compile ooh323 on trixbox ce 2.4. I download asterisk-addons-1.4.5, and when i do command ./configure i got error :
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
and when i do "make" i get this error :
src/chan_h323.c:3316: error: 'AST_CAUSE_CONGESTION' undeclared (first use in this function)
src/chan_h323.c:3318: error: 'AST_CAUSE_NO_ANSWER' undeclared (first use in this function)
src/chan_h323.c:3322: error: 'AST_CAUSE_FAILURE' undeclared (first use in this function)
src/chan_h323.c:3324: error: 'AST_CAUSE_NORMAL' undeclared (first use in this function)
src/chan_h323.c: At top level:
src/chan_h323.c:3337: error: expected ')' before string constant
make[1]: *** [chan_h323.lo] Error 1
make[1]: Leaving directory `/tmp/asterisk-addons/asterisk-ooh323c'
make: *** [all] Error 2
do anyone have idea about installation h323 on trixbox 2.4?
Thanks
Hi,
After struggeling for couple of days, I managed to install the ooh323 driver on trixbox 2.4!
Here is how I did it:
I downloaded both Asterisk 1.4.17 and Addons 1.4.5.
extract Asterisk, ./confgure and make (Do not make install)
extract Addons, cd to the asterisk-ooh323c directory, copy asterisk.h and asterisk/ from the extracted Asterisk directory mentioned above into asterisk-ooh323c then ./confgure, make, make install and make sample
Hope this helps!

Member Since:
2007-06-27