Building Asterisk-oh323 module for Asterisk-1.4.30 on CentOS 5.2

Comments Off

The interface between Asterisk and GNUGK is the ‘oh323′ which is loaded into Asterisk.

The official version of Asterisk-oh323 does not compile against Asterisk version 1.4.30 due to type mismatches with Asterisk include files. I have modified Asterisk-oh323 to resolve this issue, my version is available here.

To compile, variables in the Makefile should be updated to reflect the local environment. The build procedure:

  1. make
  2. make install
  3. checkinstall

The library ‘chan_oh323′ should be configured to installed in the directory /usr/lib/asterisk/modules/

A sample configuration file is included called ‘oh323.conf.sample’. which should be copied to ‘/etc/asterisk/oh323.conf’

For the module to load, see file ‘/etc/asterisk/modules.conf’ and either “autoload=yes” should be set or the module must be specified separately.

Comments are closed.