VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
bruce.mcalister at blu... Guest
|
Posted: Thu Feb 21, 2008 3:58 am Post 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 |
|
Back to top |
|
|
mkezys at gmail.com Guest
|
Posted: Thu Feb 21, 2008 4:42 am Post subject: [asterisk-users] chan_h323 requirements |
|
|
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 |
|
Back to top |
|
|
vhatz at kinetix.gr Guest
|
Posted: Thu Feb 21, 2008 4:55 am Post subject: [asterisk-users] chan_h323 requirements |
|
|
Hello,
To compile chan_h323 as is distributed you need to download OpenH323
v1.18.0 and PwLib v1.10.0 from:
http://www.voxgratia.org
Some months ago I had made a patch to compile the 1.4.x version and the
trunk version (which evolved to 1.6.x) with H323+.
Sadly, the patch was not included in the 1.6.x version which is being
released soon.
So, for the time being you need to use the above versions from Voxgratia.
Best regards,
Vlasis Hatzistavrou.
Bruce McAlister wrote:
Quote: | 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
|
|
|
Back to top |
|
|
bruce.mcalister at blu... Guest
|
Posted: Thu Feb 21, 2008 6:09 am Post subject: [asterisk-users] chan_h323 requirements |
|
|
Hi,
Thanks for the information, I will keep this for reference.
Thanks
Bruce
Mindaugas Kezys wrote:
Quote: | 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
_______________________________________________
-- 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
|
--
+-------------------------------------------------------+
| Bruce McAlister Blueface Ltd |
| <bruce.mcalister at blueface.ie> http://www.blueface.ie |
+-------------------------------------------------------+ |
|
Back to top |
|
|
bruce.mcalister at blu... Guest
|
Posted: Thu Feb 21, 2008 6:10 am Post subject: [asterisk-users] chan_h323 requirements |
|
|
Hi,
Thank you for the details of which versions to get. I will be building
these two versions on Solaris to test chan_h323.
Did your patch for building with OpenH323+ make it into the 1.4 edition
of Asterisk?
Thanks
Bruce
Vlasis Hatzistavrou (KTI) wrote:
Quote: | Hello,
To compile chan_h323 as is distributed you need to download OpenH323
v1.18.0 and PwLib v1.10.0 from:
http://www.voxgratia.org
Some months ago I had made a patch to compile the 1.4.x version and the
trunk version (which evolved to 1.6.x) with H323+.
Sadly, the patch was not included in the 1.6.x version which is being
released soon.
So, for the time being you need to use the above versions from Voxgratia.
Best regards,
Vlasis Hatzistavrou.
Bruce McAlister wrote:
Quote: | 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
|
_______________________________________________
-- 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
|
--
+-------------------------------------------------------+
| Bruce McAlister Blueface Ltd |
| <bruce.mcalister at blueface.ie> http://www.blueface.ie |
+-------------------------------------------------------+ |
|
Back to top |
|
|
vhatz at kinetix.gr Guest
|
Posted: Thu Feb 21, 2008 10:08 am Post subject: [asterisk-users] chan_h323 requirements |
|
|
Hello Bruce,
Bruce McAlister wrote:
Quote: |
Did your patch for building with OpenH323+ make it into the 1.4 edition
of Asterisk?
|
No, it didn't as it was considered a new feature and by Digium's policy
new features can only be added in the trunk versions.
The strange thing is that I added it in trunk version, too, but it
didn't make it in the upcoming 1.6 version either.
Best regards,
Vlasis Hatzistavrou |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|