Hi Mark Funny you should ask this question, I just spent yesterday integrating building asterisk with h323 support to connect to a Cisco call agent.....I cant say if it will work for you but it compiles and loads nicely ! I will be testing this evening....
# cd /root # wget http://www.voxgratia.org/releases/pwlib-Pandora_release-src-tar.gz # wget http://www.voxgratia.org/releases/openh323-Pandora_release-src-tar.gz # tar zxvf pwlib-Pandora_release-src-tar.gz # tar zxvf openh323-Pandora_release-src-tar.gz # cd /root/pwlib # ./configure && make opt && make install # cd /root/openh323 # ./configure && make opt && make install # echo ‘/root/pwlib/lib’ >> /etc/ld.so.conf # may not be req’d # echo ‘/root/openh323/lib’ >> /etc/ld.so.conf # may not be req’d # /sbin/ldconfig That gets pwlib and openh323 installed..... Are you going to install ztdummy ? You will need to do this if you dont have a digium card installed.. If you need more help, drop me a message.... # cd /usr/src # export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot # cvs login (when prompted for a password, enter 'anoncvs') # cvs -z4 checkout -D '2004-12-22' zaptel libpri asterisk That gets the cvs version of Asterisk that works :-)You want this **specific** version of asterisk # cd /usr/src/asterisk/channels/h323 # make # cd /usr/src/asterisk # make # make install That will build the h323 support for asterisk. If I can help any furthur, drop me a mail.. I spent most of yesterday sorting it and was rewarded at midnight with a "loading asterisk" :-) Regards..Pete > Date: Tue, 8 Mar 2005 11:41:19 +0800 > From: <[EMAIL PROTECTED]> > Subject: [Asterisk-Users] What combination of pwlib and openh323 are > required to get Asterisk-oh323 v0.7.1 to compile > To: <asterisk-users@lists.digium.com> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > 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 > I still get errors. From the mailing list I have gleaned that this > version of asterisk-openh323 won't work with the latest asterisk > anyway, yet the readme in asterisk-oh323 says to use this version > with the aforementioned versions 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 good combination > 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