Displaying 20 results from an estimated 6000 matches similar to: "compiling chan_h323"
2003 Jun 16
2
chan_h323 - pwlib 1.4.11, openh 1.11.7 comiple problems
I'm having a problem with chan_h323 compiling for Asterisk.
RedHat 7.3
PWLIB 1.4.11 pwlib_1.4.11.tar.gz
OpenH323 1.11.7 openh323_1.11.7.tar.gz
[asterisk@jonux h323]# make clean
rm -f *.o *.so core.*
[root@jonux h323]# make
cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes
-Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686
-DPBYTE_ORDER=PLITTLE_ENDIAN
2003 Jun 10
0
chan_h323 + openh323 CVS = no go? (fwd)
---------- Forwarded message ----------
Date: Wed, 11 Jun 2003 01:10:16 +0200 (CEST)
From: Siggi Langauf <langausd@fachschaft.informatik.uni-stuttgart.de>
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] chan_h323 + openh323 CVS = no go?
On Tue, 10 Jun 2003, Jeremy McNamara wrote:
> If you would have followed the build instructions laid out by the Open
> H.323 folks
2003 Oct 13
1
chan_h323 - Segmentation fault (core dumped)
Hi all:
I've got some core dumps when I use chan_h323. I dial an extension using
h323, routed thru an E100P (like a H323-ISDN_PRI gateway). Sometimes *
hangs, sometimes not. The client used for test es SjPhone
(http://www.sjlabs.com/).
This is the data for one core dump:
(gdb) bt
#0 ast_rtp_get_us (rtp=0x0, us=0x5074759c) at rtp.c:790
#1 0x41f8879c in create_connection
2003 Dec 08
2
chan_h323 readme file
Hello
I am getting ready to install chan_h323. Just updated my * with the latest
code from CVS (12/08/03). I was reading the Readme file and confused.
Quoted from the README
NOTICE: Whatever you do, DO NOT USE distrubution specific installs
of Open H.323 and PWLib. In fact you should check to make sure
your distro didn't install them for you without your knowledge.
Check everything out of
2004 Oct 07
0
chan_h323 on latest CVS broken ?
Hi,
I am trying to install the h323 channel on the latest Asterisk CVS. I have re-compiled openh323 and pwlib, and now make in /usr/src/asterisk/channels/h323 works
g++ -g -c -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I../../include -I/usr/src/pwlib/include
2005 May 19
3
asterisk-oh323 build problems
Hello Guys,
first of all, I'm very new with asterisk.
I'm trying to set it up. I've already compiled and installed Asterisk-1.0.7
Now I'm trying with asterisk-oh323
I've already installed pwlib, oh323 and I've already set the variables.
Now, when I try to "make" asterisk-oh323 I receive this error messagge:
for x in wrapper asterisk-driver; do make -C $x all ||
2003 Oct 02
0
chan_h323 Ringing Congestion causes * segfault
We have an odd problem, where inbound H323 (chan_h323) calls will sometimes
cause a Ringing Congestion that appears to keep the channels open and never
release it until we kill and restart asterisk. These "Ringing Congestions"
start to pile up, which eventually crashes Asterisk.
H323 Gateway -> Asterisk (chan_h323) -> Tor2/PRI -> PSTN
Has anyone ran into this problem or
2005 Feb 11
6
i want to load chan_h323.so
2003 Apr 30
2
how to install chan_h323
I have installed Asterisk, pwlib and openh323. How do
install chan_h323 and test to make sure it works. Any
how to chan_h323
Linux distro: Redhat 9.0
Regards
Patrick
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
2004 Nov 22
2
chan_h323 on AMD64
Has anyone here done this? I got it compiled just fine but when I make a
call I do not get any audio going either way. The * box is not behind any
sort of firewall or nat. My H323 client (gnomemeeting) is behind NAT but I
have it set up properly to work through NAT and it will talk correctly
with my other regular x86 box running H323. One odd thing I note is that
when looking at the UDP traffic
2003 Jul 01
0
chan_h323.c compile error
Hello all,
I got the following error compiling h323 support in the latest cvs. Below
the error is a diff to the file that I got to make it work. I took an
example out of sip as far as the syntax for ast_rtp_new. Not sure if it is
correct or not, but it seems to work. Please correct me if I am wrong in
the additional 2 arguements.
Regards,
Scott
cc -g -pg -c -o chan_h323.o -march=i686
2003 Jun 30
1
chan_h323 woes
I've checked everything (pwlib + openh323 + asterisk) out of CVS, compiled,
and chan_h323 module does not load with "undefined symbol
_ZTI19H323AudioCapability". What could be the problem?
Peter
2005 Jul 05
0
chan_h323 passes no audio?
I'm attempting to get chan_h323 working on Asterisk CVS-STABLE.
I've compiled it ok using the Janus release of pwlib/openh323, by
editing the makefile as per the comments.
Call setup and cleardown seems to work fine, but no audio is being
passed in either direction.
Doing an "h.323 trace 9", I noticed the following sequence at the end
of the call setup:
h323.cxx(1685)
2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
Heya,
I changed the Makefile of the h323-channel-makefile (I downloaded cvs of
a couple of hours ago) so that I don't have to rebuild pwlib and
openh323, but can use the precompiled versions. I'm using pwlib 1.8.3
and openh323 1.15.2. There aren't many changes. I replaced OPENH323DIR
with OPENH323INC ,which points to /usr/include/openh323 for me and
OPENH323LIB, which points to
2003 Jun 10
4
chan_h323 + openh323 CVS = no go?
Hi,
trying to build the h323 channel driver that comes with asterisk works
fine, but only as long as I use openh323-1.11.7.
Unfortunately, that setup seems to have a bug which misguides one of the
audio streams. (So while * can "hear" me, the phone remains silent.)
I suppose that bug is fixed at least in openh323 CVS. At least, I got
things mostly working using the external
2005 Apr 10
2
Problems trying to compile H323 from CVS-STABLE
I'm trying to compile channels/h323 and chan_h323 from CVS-STABLE, on
Fedora Core 3.
Firstly, despite the warnings in h323/README, I decided to try using
the distro-specific versions of openh323 and pwlib. Of course, the
Makefiles in channels and channels/h323 assume that openh323 and pwlib
have been specially compiled in $HOME, so I modified the Makefiles to
look for headers and libraries in
2008 Feb 22
0
chan_h323 build failure - `IPTOS_MINCOST' undeclared
Hi All,
I am trying to build chan_h323 for use with asterisk 1.4.18 on Solaris
10. When I compile asterisk, the build fails at chan_h323 with:
----------------------------------------------------------------------
chan_h323.c: In function `reload_config':
chan_h323.c:2863: error: `IPTOS_MINCOST' undeclared (first use in this
function)
chan_h323.c:2863: error: (Each undeclared
2005 May 19
0
asterisk-oh323 building problems
Hello Guys,
first of all, I'm very new with asterisk.
I'm trying to set it up. I've already compiled and installed Asterisk-1.0.7
Now I'm trying with asterisk-oh323
I've already installed pwlib, oh323 and I've already set the variables.
Now, when I try to "make" asterisk-oh323 I receive this error messagge:
for x in wrapper asterisk-driver; do make -C $x all ||
2008 Jan 08
0
chan_h323 and asterisk 1.2
If I let modules.conf autoload chan_h323.so then when
I try to stop asterisk, it *does* stop (files in
/var/run/asterisk/ are removed and connection via -vr
from another console is not possible) but the
"asterisk process" stays alive and stalled. In other
words, a 'ps -ae | grep asterisk' show that the
process is there after running 'stop now'.
I either need to press
2003 Sep 25
1
Cannot compile channel h323 from yesterday's CVS?
Hi,
I'm on a RH 9 box, fresh install.
When I try to compile channel h323, I get multiple compile errors. Can
someone help?
asterisk, ptlib, openh323 all are fresh from CVS.
Thanks!
Here's what I've done so far:
All the source is in /usr/src/asterisk/
[root@localhost openh323]# ls -la /usr/src/asterisk/
total 164
drwxr-xr-x 8 root root 4096 Sep 25 00:59 .