NB: This package is a prerequisite for building Asterisk 1.4.30 with oh323 support.
Some libraries were compiled but not included by the Makefile in the ‘make install’ procedure. I modified the Makefile to correct this and produced a diff.
The source code should be extracted to the directory:
~/openh323
(that’s what the README says)
Build procedure:
-
./configure --disable-ixj --prefix=/usr --sysconfdir=/etc
-
make both
-
make install
- checkinstall
(“–disable-ixj” was required as this conflicts with my hardware configuration)
