H323, MGCP & Skinny Extensions Support

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

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



dcitelecom
Posts: 105
Member Since:
2008-10-04
I am trying to send H323

I am trying to send H323 calls from Cisco to trixbox and can't get it to work. I have 00h323.conf installed and it shows H323 functionality but calls simply don't register on my server. On the Cisco side I see the calls fail with IP 0.0.0.0 which means it could not negotiate the call and on the Asterisk side I see nothing in the log even with Verbosity = 10. Can you send me your ooh323.conf and the relevant sections of extensions.conf so I can see what I am doing wrong?



Comment viewing options

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