Displaying 20 results from an estimated 400 matches similar to: "Installation of gatekeeper-H323plus"
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
2007 May 07
2
h323 problem with asterisk 1.2.18
i am experiencing problem with asterisk 1.2.18
I've downloaded and installed pwlib and openh323 with the following commands:
cd /path/to/pwlib
./configure
make clean opt
cd /path/to/openh323
./configure
make clean opt
then 'ive set the corresponding PATH
PWLIBDIR=/data/programmi/asterisk_1.2.18/pwlib_v1_10_0/
export PWLIBDIR
OPENH323DIR=/data/programmi/asterisk_1.2.18/openh323_v1_18_0/
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
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 Feb 11
6
i want to load chan_h323.so
2009 Apr 02
1
Anyone actually built h323plus on Fedora?
I've been trying to build h323plus (both the release and svn) for
chan_h323 on Fedora 10. No joy. I posted on the h323plus ml, but no
response.
Anybody here actually built it on Fedora? Wanna share your secrets, or
even better a specfile?
sean
2005 Jan 13
0
Oh323 compilation errors
Hi, well, I really need your help here. I have tried compiling oh323 many
times and I always get the following error when trying to "make opt" open
h323. Any ideas?!
Compilation Error:
--------------------------
g++ -o obj_linux_x86_r/simph323 -s -L/root/pwlib/lib -L/root/openh323/lib
./obj_linux_x86_r/main.o -lh323_linux_x86_r -lpt_linux_x86_r -lpthread
-lssl -lcrypto -lexpat
2005 Jan 15
0
oh323 compile error
I am trying to compile oh323 and having the following error. Can anyone help
please?! This is my third post. These are the versions I am using:
Compilation Error:
--------------------------
g++ -o obj_linux_x86_r/simph323 -s -L/root/pwlib/lib -L/root/openh323/lib
./obj_linux_x86_r/main.o -lh323_linux_x86_r -lpt_linux_x86_r -lpthread
-lssl -lcrypto -lexpat -lresolv -ldl
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:
#
2005 Jan 13
1
Build PWLIB
I am trying to build PWLIB to get OH323 up and running.
I am not an expert in linux but can someone help telling me how I can do the
following:
How can I add a directory to LD_LIBRARY_PATH?!
Thanks in advance
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------
For
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
2007 Dec 14
2
chan_h323 compilation
Hi All;
I am trying now to compile h323 to be able to use it,
I did the pwlib and openh323 successfully and I
exported the PWLIBDIR=/usr/src/pwlib_v1_10_0 and the
OPENH323DIR=/usr/src/openh323_v1_18_0, then I was need
to compile h323 as following:
cd /usr/src/asterisk-1.4/channels/h323
When I type make, it gives me:
make: Nothing to be done for 'degault'
And when I type make opt, it
2005 Mar 09
0
Subject: Re: What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
Thanks Vamsi
I have not been able to locate pwlib - 1.6.6 or openh323 1_13_5.
I found the latest versions through sourceforge and I found some older
versions on another site, but not these versions. This has been quite
frustrating. Anyway, I think by using the asterisk-oh323 branch under
channels in the asterisk source tree I will have more luck. At present it
seems to compile successfully, but
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 May 05
5
oh323 problem
i have tried to install oh323 but it has failed to load this module please
help
[chan_oh323.so]WARNING[1024]: File loader.c, Line 212 (ast_load_resource):
/usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol:
_ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream
WARNING[1024]: File loader.c, Line 368 (load_modules): Loading module
chan_oh323.so failed!
2003 Sep 01
2
MGCP question
Hi List
I have one question about MGCP in asterisk. I have a media gateway, and I
want to have asterisk to work with the media gateway. As I was told that the
media gateway can communicate with the switch via standard interface
MGCP/ICGP. Question is if the asterisk MGCP supports such MGCP message ???
Thanks.
George Lin
2009 Mar 21
2
H323plus homepage down?
Anybody knows why is down? Or if has been moved to another page??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090321/f8c5e101/attachment.htm
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
2007 May 08
1
asterisk 1.2 from svn ... lock on shutdown
Hi,
I hope this gets picked up by some bug marshall ...
I have downloaded (yesterday) the 1.2 branch from svn ...
When running: asterisk -vvvvc
loaded modules:
[modules]
autoload=no
load => pbx_functions.so
load => pbx_config.so
load => codec_a_mu.so
load => format_pcm_alaw.so
load => codec_ulaw.so
load => codec_alaw.so
load => format_pcm.so
load => func_uri.so
2003 May 14
6
asterisk problem
the problem below keeps recarrying even after i have cleared this error when
i run asterisk -vvv or -c the error occurs again please help
..Warning, flexible rate not heavily tested!
.................WARNING[1024]: File loader.c, Line 212 (ast_load_resource):
/usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol:
_ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream
WARNING[1024]: File