search for: pwlibdir

Displaying 20 results from an estimated 21 matches for "pwlibdir".

2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
...ren't many changes. I replaced OPENH323DIR with OPENH323INC ,which points to /usr/include/openh323 for me and OPENH323LIB, which points to /usr/lib for me. The variable OPENH323DIR is still there after teh patch, but can be removed I think. That's it I think. I just assigned the variable PWLIBDIR, the value /usr , that worked for me. The Makefile I'm talking about is: channels/h323/Makefile Anyway, this way I don't have to recompile those libraries, but can use the installed ones ... I'll attach the patch and hope it will get through, but the above explanation says it all I...
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/ export OPENH323DIR LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib export LD_LIBRARY_PATH but when i go to: cd asterisk-1.2.18/channels/h323/ and do a make opt: root@asteri...
2005 Jan 13
1
Build PWLIB
...------------------------------------- ---------------------------------------------------------------------------- ---------------------- For unix. -------------- 1. If you have not put pwlib it into your home directory (~/pwlib) then you will have to defined the environment variable PWLIBDIR to point to the correct directory. Also make sure you have added the $PWLIBDIR/lib directory to your LD_LIBRARY_PATH environment variable if you intend to use shared libraries (the default). --------------------------------------------------------------------------...
2005 Feb 16
4
Asterisk exist with error
Hello ! First time I have instaled Asterisk without problem and working with a SIP clinet (X-Lite). Then I try to make the H323 with came with Asterisk. So, I DL pwlib v.1.5.2 in /root (./configure ; make) no errors DL openh323 in /root (./configure ; make opt): ------------ /root/openh323/src/h248.cxx:6178: internal error: Segmentation fault Please submit a full bug report, with preprocessed
2008 Jan 29
0
Installation of gatekeeper-H323plus
Hi, I am trying to install Gatekeeper. I have installed pwlib and trying to install h323 plus. I have set the path as PWLIBDIR=/root/pwlib export PWLIBDIR OPENH323DIR=/root/open323 export OPENH323DIR LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib export LD_LIBRARY_PATH I also configured /etc/ld.so.conf include /root/pwlib/lib include /root/h323plus/lib Then I tried running ldconfig. But it gave "AVC access denied&q...
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 compilation of openh323 as below i got the error, which failed to find solution in any forum: ./configure...
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
2004 Jul 12
1
Problems Compiling asterisk-oh323 0.6.3a
...Leaving directory `/home/rui/oh323/asterisk-oh323-0.6.3a/asterisk-driver' make: *** [subdirs_all] Error 1 I also tried the asterisk-oh323-0.6.3 and asterisk-oh323-0.6.2a. But the result are almost the same. In the Makefile, I modified the following attribut: OH323WRAPINCLUDE= \ -I$(PWLIBDIR)/include/ptlib \ -I$(PWLIBDIR)/include \ -I$(OPENH323DIR)/include \ -I$(OPENH323DIR)/include/openh323 \ -I../asterisk-driver # -I$(SSLINCDIR) Could you give me some advise or tell me what mistake I have done? Thanks Rui Wu ______________________________________________...
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: # ./configure --with-h323 . . . checking for /usr/include/ptlib.h... yes checking for ptlib-config... /usr/share/pwlib/make/ptlib-config checking if PWL...
2003 Apr 29
28
H323
Is H323 built into the current CVS? If so, could someone give me an idea of a simple config? thanks, darran -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030429/fffec1d1/attachment.htm
2005 Feb 11
6
i want to load chan_h323.so
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
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 takes it but I do not see any sent...
2005 Jan 05
5
asterisk - oh323 driver
<!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
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
2005 Mar 09
0
Subject: Re: What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
...-v1_6_6-src.tar.gz openh323-v1_13_5-src.tar.gz asterisk-oh323-0.7.1.tar.gz /usr/src/ cd /usr/src tar zxf pwlib-v1_6_6-src.tar.gz tar zxf openh323-v1_13_5-src.tar.gz tar zxf asterisk-oh323-0.7.1.tar.gz ----------------------------------------------------- Set Environment variables PWLIBDIR=/usr/src/pwlib OPENH323DIR=/usr/src/openh323 LD_LIBRARY_PATH=/usr/src/pwlib/lib:/usr/src/openh323/lib -------------------------------------------------------- cd /usr/src/pwlib ./configure make opt cd /usr/src/openh323 ./configure --------------------------------------------------...
2005 Mar 07
1
What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
Hi there I have Asterisk running beautifully on our test server. Over the past few days I have been tearing my hair out trying to compile various versions of asterisk-oh323 on various versions of pwlib and openh323. pwlib is now up to 1.8.3 and openh323 is now 1.15.2 stable. asterisk-oh323 is currently 0.7.1 I have tried these three with many errors. I have tried 0.7.1 with pwlib 1.5.2 and
2003 Sep 25
1
Cannot compile channel h323 from yesterday's CVS?
...------------------------------------------- get ixj driver - download http://www.openh323.org/bin/ Compile it (./configure, make install) ---------------------------------------------------------------------------- get pwlib (part of openh323) get openh323 (from CVS) Set up environment: export PWLIBDIR=/usr/src/asterisk/pwlib export OPENH323DIR=/usr/src/asterisk/openh323/ export LD_LIBRARY_PATH=/usr/src/asterisk/pwlib/lib in pwlib, ./configure ; make in openh323, ./configure ; make opt ; make install (make install is required to install the h323 libraries in /usr/local/lib) Add /usr/local/li...
2004 Jun 27
4
H.323 Audio problem UPDATE
Update on this problem: I gave up on the "native" h.323 because, like others, I couldn't get audio working. (yes, I tried disabling FastStart in ast_h323.cpp - no change) So I went and got the OH323 code from www.inaccessnetworks.com. Glad to say that everything seems to work so far. Not only does audio work, but even the handshaking is now working in both OpenPhone and even
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