<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Hi List<br>
<br>
</font>
<pre wrap="">I'm having problems starting asterisk with
asterisk-oh323-0.6.4.
I'm using this versions:
asterisk-1.0.3
asterisk-oh323-0.6.4
openh323-Janus_patch4 + asterisk-0h323 patch
pwlib-Janus_patch4</pre>
<br>
<pre wrap="">At starting time, i've this error message
# /srv/usr/sbin/asterisk -vvvvvvvvvvvc
[chan_oh323.so]
Jan 3 17:06:26 WARNING[5817]: loader.c:258 ast_load_resource:
/srv/usr/lib/asterisk/modules/chan_oh323.so: undefined symbol:
_ZNK13PSoundChannel6IsOpenEv
Jan 3 17:06:26 WARNING[5817]: loader.c:440 load_modules: Loading module
chan_oh323.so failed!
I've tried to upgrade to version 0.6.5, but i got a compile error.
Anyone know how to solve this error ?
Thanks in advance, and have a GOOD 2005
Regardz,
João Amaro
</pre>
</body>
</html>
Hi,
The key to this stuff is using the exact versions of the required libs and
following blindly the instructions (the pwlib and openh323 libraries from
sourceforge.net worked better in my case than the ones from
innaccessnetworks.com). What is the error message you get when you try to
compile asterisk-oh 0.6.5?
Regards,
Silviu
________________________________________
De?: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] De la part de Jo?o Amaro
Envoy??: mercredi 5 janvier 2005 16:38
??: Asterisk Users Mailing List - Non-Commercial Discussion
Objet?: [Asterisk-Users] asterisk - oh323 driver
Hi List
I'm having problems starting asterisk with asterisk-oh323-0.6.4.
I'm using this versions:
asterisk-1.0.3
asterisk-oh323-0.6.4
openh323-Janus_patch4 + asterisk-0h323 patch
pwlib-Janus_patch4
At starting time, i've this error message
# /srv/usr/sbin/asterisk -vvvvvvvvvvvc
[chan_oh323.so]
Jan 3 17:06:26 WARNING[5817]: loader.c:258 ast_load_resource:
/srv/usr/lib/asterisk/modules/chan_oh323.so: undefined symbol:
_ZNK13PSoundChannel6IsOpenEv
Jan 3 17:06:26 WARNING[5817]: loader.c:440 load_modules: Loading module
chan_oh323.so failed!
I've tried to upgrade to version 0.6.5, but i got a compile error.
Anyone know how to solve this error ?
Thanks in advance, and have a GOOD 2005
Regardz,
Jo?o Amaro
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
1) Download latest openh323 Libraries,
untar to a folder and configure them running ./configure
2) Download latest pwlib libraries
3) Download Asterisk-oh323 untar to a folder
Edit the Makefile and configure the folder names that has pwlib and openh323
libraries
4) make install
The pwlib and openh323 libraries can be downloaded from :
http://www.inaccessnetworks.com/projects/asterisk-oh323
and
http://www.openh323.org/
Latest Linux patches can be downloaded from
http://ftp.freshrpms.net/pub/freshrpms/redhat/8.0/apt/
<http://ftp.freshrpms.net/pub/freshrpms/redhat/8.0/apt/>
Check the blog here.
http://www.openh323.org/pipermail/openh323/2004-April/067415.html
<http://www.openh323.org/pipermail/openh323/2004-April/067415.html>
http://www.openh323.org/pipermail/openh323/2004-April/067422.html
<http://www.openh323.org/pipermail/openh323/2004-April/067422.html>
Seshu Kanuri
_____
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jo?o Amaro
Sent: Wednesday, January 05, 2005 10:38 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] asterisk - oh323 driver
Hi List
I'm having problems starting asterisk with asterisk-oh323-0.6.4.
I'm using this versions:
asterisk-1.0.3
asterisk-oh323-0.6.4
openh323-Janus_patch4 + asterisk-0h323 patch
pwlib-Janus_patch4
At starting time, i've this error message
# /srv/usr/sbin/asterisk -vvvvvvvvvvvc
[chan_oh323.so]
Jan 3 17:06:26 WARNING[5817]: loader.c:258 ast_load_resource:
/srv/usr/lib/asterisk/modules/chan_oh323.so: undefined symbol:
_ZNK13PSoundChannel6IsOpenEv
Jan 3 17:06:26 WARNING[5817]: loader.c:440 load_modules: Loading module
chan_oh323.so failed!
I've tried to upgrade to version 0.6.5, but i got a compile error.
Anyone know how to solve this error ?
Thanks in advance, and have a GOOD 2005
Regardz,
Jo?o Amaro
--------------------------------------------------------
NOTICE: If received in error, please destroy and notify sender. Sender does not
waive confidentiality or privilege, and use is prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20050105/f799ae48/attachment.htm
Joao wrote: _____ Meanwhile i've downloaded ,again, the 0.6.5 version. I'm using pwlib and openh323 versions from sourceforge. It compiled without errors, but the error at startup it's the same This is the ldd output for the driver. Shouldn't this be linked to the wrapper ? I'm having problems starting asterisk with asterisk-oh323-0.6.4. I'm using this versions: asterisk-1.0.3 asterisk-oh323-0.6.4 openh323-Janus_patch4 + asterisk-0h323 patch pwlib-Janus_patch4 ------------------------------------------------ I am trying to compile thge latest h323 libraries from openh323.org site and also from sourceforge and I get only one error as under: /usr/include/ptlib/syncthrd.h:356: error: 'PDictionary' is used as a type, but is not defined as a type. The error seems to be in synthrd.h file at line 356, where it is used but not declared in the beginning. Does nyoneone know how to fix this? My be we need to declare PDictionary as a type in the file. Does anyone know how to declare this in the header file? Seshu Kanuri -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050105/7f903371/attachment.htm
Hi I am using oh323-0.7.1 with asterisk cvs head version and works great for me (Linux Fedora1), see details below: Requirements: PWLIB : pwlib-v1_6_6-src.tar.gz (or Janus_Patch) OpenH323 : openh323-v1_13_5-src.tar.gz (or Janus_Patch) Inaccessnetworks-asterisk-oh323 : asterisk-oh323-0.7.1.tar.gz Sources: http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.7.1.tar.gz http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz Note: asterisk-oh323-0.7.1 must be used with Asterisk CVS Head... Installation: tar -zxvf asterisk-oh323-0.7.1.tar.gz tar -zxvf pwlib-Janus_patch4-src-tar.gz tar -zxvf openh323-Janus_patch4-src-tar.gz cd pwlib ./configure make cd openh323 patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch (pach to openh323) cd openh323 ./configure make opt ASTERISK CVS Head: ------------------- export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot cvs login - the password is anoncvs. cvs checkout zaptel libpri asterisk cd zaptel/ make clean; make install cd libpri/ make clean make install cd asterisk/ make clean make install make samples make progdocs Finally install ASTERISK OH323 channel driver: ---------------------------------------------- cd asterisk-oh323-0.7.1 vi Makefile ( check paths according with your system ) PWLIBDIR=/root/pwlib OPENH323DIR=/root/openh323 ASTERISKINCDIR=/root/asterisk/include ASTERISKMODDIR=/usr/lib/asterisk/modules ASTERISKETCDIR=/etc/asterisk OH323WRAPLIBDIR=/usr/local/lib SSLINCDIR=/usr/include/openssl SSLLIBDIR=/usr/lib Compiling ----------- Type "make" to build the oh323wrap library and the ASTERISK OH323 channel driver. Type "make install" to install the binaries. Add to your LD_LIBRARY_PATH the path where the oh323wrap library was installed (or edit your /etc/ld.so.conf file, add the library path, and run "ldconfig"). Hope it helps Rafael Risco On Wed, 05 Jan 2005 15:37:46 +0000, Jo?o Amaro <ashes@gildot.org> wrote:> Hi List > > I'm having problems starting asterisk with asterisk-oh323-0.6.4.I'm using> this versions:asterisk-1.0.3 asterisk-oh323-0.6.4 openh323-Janus_patch4> + asterisk-0h323 patchpwlib-Janus_patch4> At starting time, i've this error message# /srv/usr/sbin/asterisk> -vvvvvvvvvvvc[chan_oh323.so] Jan 3 17:06:26 WARNING[5817]: loader.c:258> ast_load_resource: /srv/usr/lib/asterisk/modules/chan_oh323.so: undefined > symbol: _ZNK13PSoundChannel6IsOpenEvJan 3 17:06:26 WARNING[5817]:> loader.c:440 load_modules: Loading module chan_oh323.so failed!I've tried> to upgrade to version 0.6.5, but i got a compile error.Anyone know how to> solve this error ?Thanks in advance, and have a GOOD 2005 Regardz, Jo?o> Amaro > _______________________________________________ > 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 > >-- rrgv
Rafael, Thanks for the detailed instructions. This really helps everyone looking fix this nagging issue. Seshu Kanuri -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Rafael J. Risco G.V. Sent: Thursday, January 06, 2005 9:45 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] asterisk - oh323 driver Hi I am using oh323-0.7.1 with asterisk cvs head version and works great for me (Linux Fedora1), see details below: Requirements: PWLIB : pwlib-v1_6_6-src.tar.gz (or Janus_Patch) OpenH323 : openh323-v1_13_5-src.tar.gz (or Janus_Patch) Inaccessnetworks-asterisk-oh323 : asterisk-oh323-0.7.1.tar.gz Sources: http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asteris k-oh323-0.7.1.tar.gz http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh3 23-Janus_patch4-src-tar.gz http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib- Janus_patch4-src-tar.gz Note: asterisk-oh323-0.7.1 must be used with Asterisk CVS Head... Installation: tar -zxvf asterisk-oh323-0.7.1.tar.gz tar -zxvf pwlib-Janus_patch4-src-tar.gz tar -zxvf openh323-Janus_patch4-src-tar.gz cd pwlib ./configure make cd openh323 patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch (pach to openh323) cd openh323 ./configure make opt ASTERISK CVS Head: ------------------- export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot cvs login - the password is anoncvs. cvs checkout zaptel libpri asterisk cd zaptel/ make clean; make install cd libpri/ make clean make install cd asterisk/ make clean make install make samples make progdocs Finally install ASTERISK OH323 channel driver: ---------------------------------------------- cd asterisk-oh323-0.7.1 vi Makefile ( check paths according with your system ) PWLIBDIR=/root/pwlib OPENH323DIR=/root/openh323 ASTERISKINCDIR=/root/asterisk/include ASTERISKMODDIR=/usr/lib/asterisk/modules ASTERISKETCDIR=/etc/asterisk OH323WRAPLIBDIR=/usr/local/lib SSLINCDIR=/usr/include/openssl SSLLIBDIR=/usr/lib Compiling ----------- Type "make" to build the oh323wrap library and the ASTERISK OH323 channel driver. Type "make install" to install the binaries. Add to your LD_LIBRARY_PATH the path where the oh323wrap library was installed (or edit your /etc/ld.so.conf file, add the library path, and run "ldconfig"). Hope it helps Rafael Risco -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited.