[asterisk-users] chan_h323 requirements
Mindaugas Kezys
mkezys at gmail.com
Thu Feb 21 03:42:58 CST 2008
This can help (script for Debian):
apt-get install flex bison
#dirty hack to prevent error from missing file
cd /usr/include/linux
touch compiler.h
#PWLIB
cd /usr/src
wget http://kent.dl.sourceforge.net/sourceforge/openh323/pwlib-v1_10_0-src-tar.gz
tar zxvf pwlib-v1_10_0-src-tar.gz
cd pwlib_v1_10_0/
./configure
make
make install
make opt
PWLIBDIR=/usr/src/pwlib_v1_10_0
export PWLIBDIR
#OpenH323
cd /usr/src
wget http://ovh.dl.sourceforge.net/sourceforge/openh323/openh323-v1_18_0-src-tar.gz
tar zxvf openh323-v1_18_0-src-tar.gz
cd openh323_v1_18_0/
./configure
make
make opt
make install
OPENH323DIR=/usr/src/openh323_v1_18_0/
export OPENH323DIR
cd /usr/src/asterisk/channels/h323/
make
make opt
cd /usr/src/asterisk
./configure
make
make install
echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig
#or similar way
#cp /usr/local/lib/* /usr/lib
Regards,
Mindaugas Kezys
http://www.kolmisoft.com
MOR PRO - Advanced Billing for Asterisk PBX
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bruce McAlister
Sent: Thursday, February 21, 2008 10:58 AM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] chan_h323 requirements
Hi All,
I would just like to clarify the requirements of the h323 channel within
asterisk.
Can I use a recent edition of PTLib and OpenH323, for example, the
editions located at OpenH323+:
http://www.h323plus.org/source/
OpenH323+ v1.20.2
PTLib v2.0.1
Or do I need to use the versions at the original, now defunct, OpenH323
website:
http://www.openh323.org/
OpenH323 v1.12.2
PWLib v1.5.2
I am hoping to build this for Asterisk 1.4.18 running on Solaris 10.
Thanks
Bruce
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list