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:

  1. ./configure  --disable-ixj --prefix=/usr --sysconfdir=/etc
  2. make both
  3. make install
  4. checkinstall

(“–disable-ixj” was required as this conflicts with my hardware configuration)