Displaying 20 results from an estimated 4000 matches similar to: "OH323 - compilation error (another user, another error)"
2005 Mar 14
0
1.0.5 / 1.0.6 and oh323 compiling problem
Hi,
I have the same problem with cvs head. (1.0.6)
See http://www.inaccessnetworks.com/projects/asterisk-oh323
And https://skylab.inaccessnetworks.com/mantis/view_all_bug_page.php
(issue 00...008)
some 'patch' files are included.
I am a newbie to linux and asterisk.
I do not want to blow my config.
Please give me a feed-back if those files helped you and how.
Also if you have a
2005 Mar 09
2
Asterisk-oh323-0.7.1 compile error
Hi;
I use the following asterisk, openh323, pwlib:
asterisk = cvs-head-03/09/05
openh323 = 1.13.5
pwlib = 1.6.6
asterisk-oh323= 0.7.1
Asterisk, openh323, pwlib were compiled successfully but when I try to compile Asterisk-Oh323-0.7.1 , I got the following error:
chan_oh323.o chan_oh323.c
chan_oh323.c:37:34: asterisk/channel_pvt.h: No such file or directory
.........
...........
2005 Apr 05
2
sip <-> oh323 / real-time / g729 - one way audio
Hi,
I am using real-time, oh-0.7.2, G729
Calling from (SIP)UA through asterisk towards h323 devices or the other way
round, I get only one-way audio.
Called party can only talk, caller can only listen.
Calling SIP to SIP is ok.
All devices are on official IP addresses.
(no NAT)
Regards,
Shaoul Jacobson
Senior VoIP Consultant
Tellink
Tel : +32 3 201 96 36
Fax : +32 3 227 09 81
e-mail
2004 Dec 19
2
OH323 channel compile error
Hello
I am trying to compile asterisk-oh323-0.7.0 with pwlib-Janus_patch4
and openh323-Janus_patch4 downloaded from inaccessnetworks so I did
this:
tar -zxvf openh323-Janus_patch4-src-tar.gz
cd openh323
patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch
./configure
make opt
cd asterisk-oh323-0.7.0
vi Makefile (to set the paths and options according to my system...)
NOW I
2004 Jun 25
2
Problems Compiling and Loading asterisk-oh323 0.6.2
Hi,
I having a problem compiling the wrapper for oh323. I am running Debian,
kernel version 2.4.18-bf2.4. The pwlib version I have is 1.6.6 and the
openh323 version I have is 1.13.5. I execute the following commands first
before attempting to compile the wrapper:
pwlib_1.6.6:
make both
openh323 1.13.5
./configure
make opt
asterisk-oh323 0.6.2
make
2004 Jul 12
1
Problems Compiling asterisk-oh323 0.6.3a
Hi, erverybody
The Asterisk is running well in the linux system.
Now I would like
to add oh323 in Asterisk. I have download
pwlib(version is 1.6.6) and
openh323(version is 1.13.5). And I sucessfully maked
and installed these
two packages. But I got the following errors when
compling the
asterisk-oh323 0.6.3a:
for x in wrapper asterisk-driver; do make -C $x all ||
exit 1 ; done
make[1]:
2005 Jul 26
1
problems with compiling asterisk-oh323-0.6.5
after editing the Makefile according to my directories
ive compiled asterisk-oh323-0.6.5 but i got these
errors can any body help me with this :
[root@terra@net asterisk-oh323-0.6.5]# make
for x in wrapper asterisk-driver; do make -C $x build
|| exit 1 ; done
make[1]: Entering directory
`/home/wassim/asterisk-oh323-0.6.5/wrapper'
./check_ver /home/wassim/pwlib pwlib
./check_ver
2004 Sep 03
2
OH323 0.6.3b compilation problem with 1.0 RC2 on RH9
Hello,
I just tried to compile OH323 0.6.3b on a RH9 machine with Asterisk 1.0 RC2
installed but failed. I applied the patch to the required OpenH323 library
according to the instructions, and set the proper directories in the Makefile.
Here is what I receive after I issue make:
*******************************
g++ -DP_USE_PRAGMA -fno-rtti -ffunction-sections -fdata-sections -D_REENTRANT -
2005 May 19
1
OT: carrying a router, firewall, switch, ser ver, some phones with me on flight to Europe
Well here's a suggestion - a little crazy - but works... Most equipment is
taking the 120vac and converting it into DC voltage. So why not just feed it
DC voltage directly???
We had a situation where our field techs needed to test dsl circuits and
voip ata from the demarcation point outside a house or business. A UPS might
have worked - but the down conversion of 12v dc battery in ups up to
2005 Jun 22
1
Error on installing oh323 on asterisk
I'm following the instruction from Jo?o Amaro from the
page
http://lists.digium.com/pipermail/asterisk-users/2005-February/090752.html
Everything went fine until I run the 'make' command
under asterisk-oh323-0.6.5. I got the error message
chan_oh323.c:5220: too many arguments to function
`ast_channel_register'
I have attached the error message. I'm running
asterisk CVS
2004 Jul 28
1
Problems Compiling Asterisk-oh323-0.6.2
Hi.
im compiling the wrapper for oh323(under Suse 9.0)
-pwlib 1.6.6
-openh323 1.13.5. (with oh323 Patch)
i execute:
./samples/simple/obj_linux_x86_r/simph323
and it works fine.
When i Run asterisk-oh323 0.6.2:
make
I get the following errors:
chan_oh323.c:660: error:
`__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__'
undeclared here (not in a function)
2005 Aug 09
0
channel_pvt.h not found
after editing the Make file i tried to compile
asterisk-oh323-0.6.5 but many errors displayed like
this:
[root@localhost asterisk-oh323-0.6.5]# make
for x in wrapper asterisk-driver; do make -C $x build
|| exit 1 ; done
make[1]: Entering directory
`/home/ali/asterisk-oh323-0.6.5/wrapper'
./check_ver /home/ali/pwlib pwlib
./check_ver /home/ali/openh323 openh323
ar rc liboh323wrap_s.a
2004 Oct 08
0
problems with asterisk-oh323-0.6.3b
Hi guys,
I've been trying to update my chan_oh323 from 6.1 to 6.3b.
I built asterisk from cvs-head on the date Micheal said he made it
compatible, pwlib-1.6.6 and openh323-1.13.5 (both with nothing more than
the ./configure, make, well aplied patch on openh323)
When I start * with my normal config I get this:
[chan_oh323.so] => (OpenH323 Channel Driver)
== Parsing
2005 Feb 10
0
Please share the experience on VoIP phones heavyusing.
Hi,
cisco's phones are VoIP only
polycom build (video-) conferencing devices.
One Cisco model (7930 I thnk) is a polycom in disguise.
The code is not 'cisco-like' (at least the version I had.
Both brands make very good quality equipments.
Good sound, good support, ...
Regards,
Shaoul Jacobson
VoIP Consultant
Tellink
Tel : +32 3 201 96 36
Fax : +32 3 227 09 81
e-mail
2004 Jul 22
0
still can't load oh323
hi,
I use Redhad 9.0, Pwlib 1.6.6, Openh323 1.13.5,
Oh323 0.6.3a. The installation of these package are
ok. But when loading oh323, there is error:
[chan_oh323.so]Jul 13 12:56:47 WARNING[1074464512]:
loader.c:240 ast_load_resource:
/usr/local/lib/liboh323wrap.so: undefined symbol:
_ZTI14PAbstractArray
Jul 13 12:56:47 WARNING[1074464512]: loader.c:421
load_modules: Loading module chan_oh323.so
2004 Jul 23
4
still can't load oh323 - Are we not supporting H.323 any more?
Why is no one suggesting any solution here for this problem, which has been lingering for a while.
Are we not supporting H.323 on Asterisk?
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com]On Behalf Of ruixun wu
Sent: Thursday, July 22, 2004 4:06 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] still can't
2005 Sep 09
1
OH323 for HEAD? 0.7.1 doesn't compile.
I have successfully been using OH323 v0.6.5 with Asterisk 1.0.x.
I now need to move to CVS HEAD in order to use some features that
are not in v1.0.x, and am trying to compile OH323 to use with it.
On the InaccessNetworks site, it ways that OH323 v0.7.1 is for HEAD.
However, when I compile it, it appears that it hasn't been updated
since the channel structures were revamped. I get many errors,
2004 Jul 13
3
Cann't load oh323 0.6.3a
Hi,
After a whole day of work, I finally complied oh323
0.6.3a
successfully. But when I started asterisk, it cann't
load oh323.
Following is the error:
[format_jpeg.so] => (JPEG (Joint Picture Experts
Group) Image Format)
== Registered format 'jpg' (JPEG (Joint Picture
Experts Group))
[cdr_csv.so] => (Comma Separated Values CDR Backend)
[chan_oh323.so]Jul 13 09:43:45
2005 Jan 13
0
oh323 compile problem still
Followed instructions from these old post, CVS updated my asterisk too,
edites makefile... but
----------------------------------------------------------
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
2006 Apr 05
0
oh323 - cant load module
Hi all
i have been succesfully using OpenH323 (oh323) for a few months. the versions are:
asterisk CVS HEAD 19-07-2005,
OpenH323 v1.13.5,
PWlib v1.6.6,
asterisk-oh323-0.7.2-pre1
I now have moved to Asterisk 1.2.4, so as per the directions i am using:
Asterisk 1.2.4
pwlib_Mimas_patch2
openh323_Mimas_rc2
asterisk-oh323-0.7.3
The problem is that when asterisk starts it fails on loading the module