Displaying 20 results from an estimated 5000 matches similar to: "Problems trying to compile H323 from CVS-STABLE"
2005 Mar 07
1
What combination of pwlib and openh323 are
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
2005 May 22
1
Which H.323 for Stable?
I'm new to H.323 and I have noticed that there are two separate channel
drivers for * available - the inbuilt one, and oh-323. I had trouble
compiling oh-323 with the current cvs stable, so I tried the inbiult one
(with specifiec recommended versions of openh323 and pwlib). It compiled
cleanly but I am told that it is not recommended (unstable?).
Can someone with first-hand * H.323
2005 May 18
1
Audio flutter on OH323 output?
Hi, I'm using OH323, mostly with success, to interface Asterisk to
a provider's switch (World Telecom INX). I have noticed a particular
effect, and I wonder whether anyone else has seen the same?
The effect is audio flutter (almost like the flutter one gets on
MF or HF radio sometimes) which only happens intermittently.
Audio coming into Asterisk is unaffected, as proved by using the
2008 Dec 04
1
OT - Is sourceforge OpenH323 active ?
Hi,
A glance at sourceforge.net/projects/openh323 Help Forum made me wonder if
this location is the one to use (I got trouble in the past when google
pointed to an obsolete site) :
some quite old messages remain unanswered.
Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Aug 08
1
h323 channel compile error
I have following settings done on my Fedora8:
Downloaded
openh323-v1_19_0_1-src-tar.gz
pwlib-v1_11_1-src.tar.gz
Extracted them in /root/openh323 and /root/pwlib
Exported the following variables:
PWLIBDIR=/root/pwlib
export PWLIBDIR
OPENH323DIR=/root/openh323
export OPENH323DIR
LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib
export LD_LIBRARY_PATH
Then I compiled pwlib and it was fine.
But in
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 .
2003 Jun 16
2
h323 compile error
The following occurs with code from yesterday's cvs (asterisk) and current
OpenH323 code:
[root@raid-2 h323]# make clean install
rm -f *.o *.so core.*
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_ENDIA
N -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING
2003 Aug 07
1
h323 and cvs one way audio
hi guys,
i'm encountering one way audio on cvs using netmeeting and chan_h323.so
is there a quick fix or workaround for this?
compiled using
openh323 1.12
pwlib 1.5
i also saw this in earlier version of openh323 and pwlib....
thanks for any info
~kelvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Dec 04
1
Problem with h323 support
Hi,
I have Asterisk SVN-branch-1.4-r47845 installed in a Ubuntu Dapper. Its
works as sip server and I am trying to get h323 support.
I installed these packages:
libpt-1.10.0
libopenh323-1.18.0
And I set the next global variables:
PWLIBDIR=/usr/share/pwlib
OPENH323DIR=/usr/share/openh323
Then, when I execute the configure script (before installation) and finishes
with this message:
#
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
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
2005 Aug 10
1
h323 error when trying to start Asterisk
Asterisk has been working fine for me for several weeks using MGCP to a Adit600 for intra office calling. I have recently loaded h323 and the following errors occurs when starting asterisk.
[chan_h323.so]Aug 10 09:09:18 WARNING[7824]: loader.c:258 ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such file or directory
Aug 10 09:09:18 WARNING[7824]:
2006 Jan 04
2
H323 compilation Help needed
hi all im trying to compile h323 i have got the pwlib and openh323 working
that is simph323 is running properly but when i try to compile h323 in the
channels directory it gives me the following error can anybody please help
me with
[root@test src]# cd /usr/src/asterisk/channels/h323/
[root@test h323]# make opt
g++ -DNDEBUG -I../../include -Wmissing-prototypes -fPIC
-DP_LINUX=2.6.5-1.358
2004 May 17
1
problems compiling h323 support
Hi all I am trying to compile Asterisk on RH9
I am have installed
pwlib_1.5.2
readline-4.3-5
readline-devel-4.3-5
openssl-devel-0.9.7a-2
openssl-0.9.7a-2
openh323_1.12.2
I read that it has to do with pwlib not being installed correctly so i made
sure it was in /usr/local correctly
When i try to compile i get the follow errors....
I was wondering can anyone shed in light on this issue
Thanks
2004 Dec 12
1
Re: Cant set H323 up
Rafael J. Risco G.V. wrote:
>
> On Sat, 11 Dec 2004 16:49:12 +0000, Corvin <corvin.dun@wp.pl> wrote:
>> Dnia sobota, 11 grudnia 2004 15:32, Rodolfo Grave napisa?:
>> > Hi.
>> >
>> > I need to set up H323 on an Asterisk box. I've succesfuly compiled the
>> > asterisk oh323 (including of course all the dependencies: PWlib and
>> >
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 Jan 23
2
chan h323 Compile problem
Hi can anyone help me with this
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 -DP_LINUX -D_REENTRANT
-D_GNU_SOURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES
-DPTRACING -DP_USE_PRAGMA -I../../include
-I/usr/src/pwlib/include/ptlib/unix -I/usr/src/pwlib/include
2003 Jul 05
3
Runtime error: Undefined symbol, have fetched new CVS and recompiled everything
Hello there
Yesterday I updated my pwlib, openh323 and Asterisk from CVS. After making
"clean opt" in pwlib and openh323 and make "clean install" in Asterisk i get
an "Undefined symbol" error when I try to start Asterisk. As far as I can
see its when loading the h323 channel driver the error occurs.
Do I have to update other things as well, by reading the various
2003 Aug 26
1
H.323 channel problems
I have hit a problem where chan_h323 sometimes doesn't hang up properly
and stays stuck in the "Up" state, with asterisk consuming 100% of CPU:
*CLI> show channels
Channel (Context Extension Pri ) State Appl. Data
H323/ip$127.0.0.1:30008/21552 (local 123 1 ) Up (None) (None)
1 active channel(s)
*CLI>
2005 May 31
2
Problem with asterisk+gnugk
Hi!
I'm trying to build gnugk with asterisk. Asterisk is working well with chan_h323
built with needed PWlib v.1.5.2 and open H.323 v.1.12.2.
But gnugk' s installing instructions says that I need latest PWlib(1.17.1) and
openh323 to get gnugk work. Now, with installed pwlib and openh323 gnugk's
compiling fails and I get error 1.
Do you have any working solutions with asterisk and