I have been struggling with oh323 compilation for some time now. I am trying to use the voip-info suggested walk through that points to here ... http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en ... which asks for versions OpenH323 (v1.13.5) & PWlib (v1.6.6). Anyone know how to get these? The website http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries used openh323_1.12.2.tar.gz pwlib_1.5.2.tar.gz and sourceforge doesnt have direct downloads for the EXACT versions needed. Thanks very much.
Hello all, New to the list so forgive me up front if I am asking something someone already has .. I have located some HOWTO's on setting up Voiceplus.com's connect service with Asterisk but nothing real specific on @Home v0.8 .. Can someone point my in a direction to get this info .. We are wanting to test first with inbound/outbound calls via a soft client .. Brian
Hi, attached an installation tip from Joao posted the 7th of jan. Get oh323 from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz Get pwlib from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz Get asterisk-oh323 from http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.6.5.tar.gz Untar the files #tar zxvf openh323-Janus_patch4-src-tar.gz #tar zxvf pwlib-Janus_patch4-src-tar.gz #tar zxvf asterisk-oh323-0.6.5.tar.gz #tar zxvf asterisk-1.0.3.tar.gz Install Pwlib #cd pwlib #./configure && make clean && make opt && make install && ldconfig Patch and Install OpenH323 #cd openh323 #patch -p1 < ../asterisk-oh323-0.6.5/openh323_1.13.5-make.patch #./configure && make clean && make opt && make install && ldconfig Asterisk #cd asterisk-1.0.3 #make && make install && make samples Asterisk-oh323 #cd asterisk-oh323-0.6.5 Edit the Makefile #make && make install && ldconfig Don't forget to apply the chan-oh323 patch to openh323 before compiling. --- Gabriel Millerd <gmillerd@gmail.com> wrote:> I have been struggling with oh323 compilation for > some time now. I am > trying to use the voip-info suggested walk through > that points to here > ... > >http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en> > ... which asks for versions OpenH323 (v1.13.5) & > PWlib (v1.6.6). > > Anyone know how to get these? > > The website >http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries> used openh323_1.12.2.tar.gz pwlib_1.5.2.tar.gz and > sourceforge doesnt > have direct downloads for the EXACT versions needed. > > Thanks very much. > _______________________________________________ > 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>__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
On Thu, 2005-04-07 at 12:54, Gabriel Millerd wrote:> I have been struggling with oh323 compilation for some time now. I am > trying to use the voip-info suggested walk through that points to here > ... > > http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en > > ... which asks for versions OpenH323 (v1.13.5) & PWlib (v1.6.6). > > Anyone know how to get these? > > The website http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries > used openh323_1.12.2.tar.gz pwlib_1.5.2.tar.gz and sourceforge doesnt > have direct downloads for the EXACT versions needed. >I've downloaded the http://www.openh323.org sources two days ago and compiled the channel_h323 to use with asterisk :) . Maybe you are making a mistake in the compilation process.> Thanks very much. > _______________________________________________ > 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-- Guillermo Salas M. Telconet S.A. Manta Calle 15 y Av. 24 Esq. Phone : 593 5 262 8071 Mobile: 593 9 985 5138 e-mail: gsalas@manta.telconet.net www : http://www.telconet.net http://www.telcocarrier.net Linux User: 255902 Soporte en Linea en http://www.manta.telconet.net Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
On Thu, Apr 07, 2005 at 12:54:21PM -0500, Gabriel Millerd wrote:> I have been struggling with oh323 compilation for some time now. I am > trying to use the voip-info suggested walk through that points to here > ... > > http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en > > ... which asks for versions OpenH323 (v1.13.5) & PWlib (v1.6.6). > > Anyone know how to get these?I don't use h323 myself, so I haven't tested it, but the Debian packages build asterisk-oh323 in debian/unstable: http://packages.debian.org/unstable/comm/asterisk-oh323 using: http://packages.debian.org/unstable/libs/libopenh323-1.15.2 http://packages.debian.org/unstable/libs/libpt-1.8.3 (Those actually have version numbers 1.15.3 and 1.8.4, respectively. The smaller "version number" are the library's "interface number") -- Tzafrir Cohen | New signature for new address and | VIM is http://tzafrir.org.il | new homepage | a Mutt's tzafrir@cohens.org.il | | best ICQ# 16849755 | Space reserved for other protocols | friend
Gabriel Millerd wrote:> I have been struggling with oh323 compilation for some time now. I am > trying to use the voip-info suggested walk through that points to here > ... > > http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en > > ... which asks for versions OpenH323 (v1.13.5) & PWlib (v1.6.6). > > Anyone know how to get these? > > The website http://www.inaccessnetworks.com/projects/asterisk-oh323/LibrariesActually the 1.13.x/1.6.x series is named Janus, so the Janus libraries that we have on the site are the right ones. Michael.