ooh323 compile error on trixbox 2.4

ongko.widjaja
Posts: 1
Member Since:
2007-06-27

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



Sabah100
Posts: 3
Member Since:
2007-07-10
Finally, I got ooh323 installed on Trixbox 2.4

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!



abenedi
Posts: 1
Member Since:
2007-09-24
You can also install

You can also install asterisk-devel package from devel repository. Then you can compile ooh323 without problems.



hpicao
Posts: 6
Member Since:
2007-02-19
Just a heads up for who

Just a heads up for who needs this.

I updated to the new asterisk 1.4.17 and i couldn't install asterisk-devel anymore (only 1.4.16 available), so if you need devel dont update yet.



vjfromgt
Posts: 171
Member Since:
2006-11-11
http://www.trixbox.org/forums

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.