H323, MGCP & Skinny Extensions Support added to FreePBX

robmac
Posts: 5
Member Since:
2007-12-20

I have created a patch for FreePBX 2.4.0 to allow support for OOH323, MGCP & Skinny Extensions along with instructions for configuring the endpoints.

See http://www.freepbx.org/trac/ticket/2695 for the new file and endpoint configuration instructions.

To avoid confusion these are all natively supported by Asterisk out of the box and there is no need to install anything apart from the new file for FreePBX if you are running Asterisk 1.2.x.

If you are running Asterisk 1.4 OOH323 does not seem to be installed so you need to do
yum install -y gcc-c++
wget -N http://downloads.digium.com/pub/asterisk/releases/asterisk-addons...
tar -xzvf asterisk-addons-1.4.5.tar.gz
cd /usr/src/asterisk-addons-1.4.5
./configure
cd /usr/src/asterisk-addons-1.4.5/asterisk-ooh323c
./configure
make clean && make install

Enjoy