Mark Dutton
2005-Mar-09 03:19 UTC
Subject: Re: [Asterisk-Users] What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
Thanks Vamsi I have not been able to locate pwlib - 1.6.6 or openh323 1_13_5. I found the latest versions through sourceforge and I found some older versions on another site, but not these versions. This has been quite frustrating. Anyway, I think by using the asterisk-oh323 branch under channels in the asterisk source tree I will have more luck. At present it seems to compile successfully, but fails linking due to a lib expat, which I have no idea where that comes from. Regards Mark Date: Tue, 8 Mar 2005 13:18:30 +0530 From: Vamsi Pottangi <vamsipottangi@gmail.com> Subject: Re: [Asterisk-Users] What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Message-ID: <cd10de77050307234860248b41@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII This worked for me on Fedora Core 3 pwlib - 1_6_6 openh323 - 1_13_5 asterisk-oh323 - 0.7.1 cp pwlib-v1_6_6-src.tar.gz openh323-v1_13_5-src.tar.gz asterisk-oh323-0.7.1.tar.gz /usr/src/ cd /usr/src tar zxf pwlib-v1_6_6-src.tar.gz tar zxf openh323-v1_13_5-src.tar.gz tar zxf asterisk-oh323-0.7.1.tar.gz ----------------------------------------------------- Set Environment variables PWLIBDIR=/usr/src/pwlib OPENH323DIR=/usr/src/openh323 LD_LIBRARY_PATH=/usr/src/pwlib/lib:/usr/src/openh323/lib -------------------------------------------------------- cd /usr/src/pwlib ./configure make opt cd /usr/src/openh323 ./configure ---------------------------------------------------------- Remove the line 433 (:protected) in /usr/src/openh323/include/gkserver.h else you would get the below error during compilation /usr/src/openh323/include/gkserver.h:434: error: `virtual H323Transaction::Response H323GatekeeperRRQ::OnHandlePDU()' is protected ---------------------------------------------------------- make opt cd /usr/src/asterisk-oh323-0.7.1 Edit makefile and set the paths/options according to your system. Type "make" to build the oh323wrap library and the ASTERISK OH323 channel driver. Type "make install" to install the binaries. This will also install a sample configuration file, if there isn't one. Hope this of help to you Cheers, ~Vamsi On Tue, 8 Mar 2005 11:41:19 +0800, replies@datamerge.com.au <replies@datamerge.com.au> wrote:> Hi there > > I have Asterisk running beautifully on our test server. Over the past few > days I have been tearing my hair out trying to compile various versions of > asterisk-oh323 on various versions of pwlib and openh323. > > pwlib is now up to 1.8.3 and openh323 is now 1.15.2 stable. > asterisk-oh323 is currently 0.7.1 > > I have tried these three with many errors. > > I have tried 0.7.1 with pwlib 1.5.2 and openh 1.12.2 with no luck. > > I have tried asterisk-oh323 1.5.10 with pwlib 1.5.2 and openh323 and Istill> get errors. From the mailing list I have gleaned that this version of > asterisk-openh323 won't work with the latest asterisk anyway, yet thereadme> in asterisk-oh323 says to use this version with the aforementionedversions> of pwlib and openh323. > > I can't find the versions of pwlib and openh323 recommended in the > asterisk-oh323-0.7.1 readme. > > The pwlib and openh323 projects always build without error. Asterisk built > without errors and most everythings else. I am running a very basic Fedora > Core 2 installation. > > What I would like to know is what is the recommended known goodcombination> to use of asterisk-oh323, pwlib and oh323. Once I have a combination that > should work, I can then ask more intelligent questions on how to get it to > build properly if I still have errors. > > Help greatly appreciated. > > > Regards > > Mark Dutton > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >