similar to: Error building Oh323

Displaying 20 results from an estimated 100 matches similar to: "Error building Oh323"

2004 Nov 25
2
oh323 compile issue
Hi all, I want to give a try to oh323 (currently nufone h323 channel is setup and compiling fine) on a yesterday CVS update of asterisk. I have _pwlib 1.8.1_ and _openh323 1.15.1_ What I made: openh323 dir: make clean apply the oh323 patch configure make opt asterisk-oh323-0.7 dir: make [...] wrapendpoint.cxx: In method `BOOL WrapH323EndPoint::OpenAudioChannel (H323Connection &, int,
2006 Jan 24
1
oh323 and asterisk v1.2.2
Hello all. Has anybody work with asterisk version 1.2.2 and oh323 module? When I try to make it show: wrapendpoint.cxx:800: error: expected primary-expression before ')' token wrapendpoint.cxx:800: error: `PIsDescendant' undeclared (first use this function) wrapendpoint.cxx:800: error: (Each undeclared identifier is reported only once for each function it appears in.)
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 May 09
1
OH323 Channel Driver buffer sizes
Hello! Anyone with some insight into the oh323 channel driver please shed some light on the code block below from wrapendpoint.cxx. When enabling trace on the channel driver i get this, for me, strange debug info: WrapH323EndPoint::OpenAudioChannel: Direction => PLAYER, Buffer => 320 WrapH323EndPoint::OpenAudioChannel: FrameSize 8, FrameTime 8, TimeUnits 8
2004 Apr 03
0
Grandstream and codec G.711
Dunno why your phone isn't allowing you do negotiate g711u but I can tell you how to upgrade the firmware. I called them on Thursday for myself and they gave me the following tftp server address for which to program my phone. 4.3.153.50 Load this into your phone's tftp area and reboot it. It'll go out to the net and check the firmware revision and change it if required. I've done
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 11
1
oh323 0.6.2
I am trying to compile the latest channel drivers Can anyone tell me what is wrong ./check_ver /usr/src/pwlib pwlib ./check_ver /usr/src/openh323 openh323 gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o wrapper.o wrapcaps.o make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper' make[1]: Entering directory
2001 Nov 14
1
pdf driver (PR#1169)
--0__=88256B040001210F8f9e8a93df938690918c88256B040001210F Content-type: text/plain; charset=us-ascii {Please ignore earlier message; I forgot R.version} Not sure whether the R pdf driver is the problem, or some HP problem, or local, but the zip file below has a simple R script [pdfbug.r] using pdf () to create R2pdf.pdf that causes a "79.00FE PRINTER ERROR" on a HP 5000 N LaserJet
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 03
0
Error on compiling oh323
Hi!, I tride comile oh323. I have downloaded local versions of pwlib oh323 (both Janus patched). I get following errors on asterisk-oh323-0.6.5: for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory `/home/death/1/asterisk-oh323-0.6.5/wrapper' ./check_ver /root/pwlib pwlib ./check_ver /root/openh323 openh323 ar rc liboh323wrap_s.a wrapper_misc.o
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 Sep 11
0
OpenH323-Channel Q.931-Problems with Gatekeeper
Dear Mailinglist-User currently we`re working with an IP-PBX, based on Asterisk, with SIP, H.323 and ISDN-Capabilities. SIP and ISDN works fine, but H.323 not. In our first test, we started to connect Asterisk to an Cisco IOS-Gatekeeper with the "chan_oh323" (version 0.6.5). We successfully tested in/egress calls without any problems. But when we started to connect our Asterisk
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
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
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
2008 Dec 05
2
Asterisk h323 module
Hello! I have a problem with build astersik-addons-1.4.7 on Solaris 10. When I tried to do "make" I got such error: * chan_ooh323.c: In function `reload_config': chan_ooh323.c:2053: error: `IPTOS_MINCOST' undeclared (first use in this function) chan_ooh323.c:2053: error: (Each undeclared identifier is reported only once chan_ooh323.c:2053: error: for each function it appears
2004 Feb 04
0
dovecot crash on sendfilev64 on solaris 8 (32bit)
Hi, i'm running dovecot on a SMP sparc 32bit server with solaris 8(latest patch installed). Dovecot with ssl. Postfix+imap+maildrop . Dovecot work fine with every email and folders delivered by maildrop, but now i'm trying to move all my local folders (i'm using mutt and i'm storing my emails locally on my pc) to the imap server . The upload of an entire 12000 mails folders
2004 Jun 14
15
oh323
This module wont compile can anyone give me any assistance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/03ae433c/attachment.htm
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
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, I think it is the first time it is run that the errors occcur !? Not sure but that would seem logical. Aaron