search for: check_vers

Displaying 20 results from an estimated 20 matches for "check_vers".

Did you mean: check_ver
2005 Feb 20
2
Asterisk H323 support
Hi, anybody knows what's missing or problem why i cant compile asterisk-oh323 in my machine? i got this compiled successfully ...Openh323 - v1.12.2 ...pwlib - v1.5.2 except ...asterisk-oh323 - v0.6.5 here's the output as i run make... mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory
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
2005 May 11
1
oh323 driver compiling problem.
i use asterisk cvs head ( two days ago) more or less openh323 1.12.2 (oh323 home page) and pwlib 1.5.2 (oh323 home page) asterisk-oh323-0.7.2-pre1 library versions? where download? versions from oh323 readme are not in sourceforge site. but i obtain this error compiling: root@backup:/usr/src/asterisk/cvs/last/asterisk-oh323-0.7.2-pre1# make for x in wrapper asterisk-driver; do make -C $x
2006 Mar 31
1
oh323 - unable to install
I'm and Asterisk@home user - been so now for almost a year. Lately, I've upgraded to the latest & greatest.. (which is built on 1.2.5) and am unable to install oh323. I've already asked over at the (A@H) Sourceforge forum but no one seems to think it worth answering. The error I get is pretty obvious but I don't know where to go from here. More importantly, I need to have
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
2005 Jul 25
2
problems with compiling asterisk-oh323
i ve downloaded asterisk-oh323-0.6.6.tar.gz I am getting this and anybody know howto fix this? #tar zxvf asterisk-oh323-0.6.6.tar.gz oh323]# cd asterisk-oh323-0.6.6 asterisk-oh323-0.6.6]# ls asterisk-driver CONFIGURATION Makefile rpm TESTS BUGS COPYING README rules.mak wrapper asterisk-oh323-0.6.6]# make for x in wrapper asterisk-driver; do make -C $x
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
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 May 22
1
Asterisk-oh323 0.6.1 Compiling problem
Hi, i'm having another problem I can't work out - make for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make: *** No rule to make target `ccflags'. Stop. make: *** No rule to make target `ccflags'. Stop. make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.1/wrapper' ./check_ver /usr/src/pwlib pwlib ./check_ver /usr/src/openh323 openh323 g++ -Wall
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
2009 May 04
3
[RFC][PATCH] poweroff COMBOOT module
This module is able to power off a system via APM. It was tested on QEMU, Bochs and VMware. Possible usage: TIMEOUT 3000 TOTALTIMEOUT 9000 ONTIMEOUT poweroff.com - Sebastian Index: syslinux-3.80-pre7/modules/poweroff.asm =================================================================== --- /dev/null +++ syslinux-3.80-pre7/modules/poweroff.asm @@ -0,0 +1,86 @@ + absolute 0 +pspInt20: resw 1
2004 Jul 30
2
asterisk-oh323-0.6.3a
Hi there. I thy to compile asterisk-oh323-0.6.3a but it fail in the make command. I have the pwlib-v1_6_6-1 and openh323-v1_13_5-1 as saying in the README file of the packet asterisk-oh323-0.6.3a I do make and this is the error: # make for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make: *** No rule to make target `ccflags'. Stop. make: *** No rule to make target
2005 Feb 01
2
Error on compiling oh323 0.6.5 on cvs stable asterisk
Hi, I have downloaded files and also local versions of pwlib oh323 (both Janus patched). Both libraries compile fine, but I get following errors on asterisk-oh323-0.6.5. Readme is a bit confusing since it doesn't mention which local libraries should be downloaded from inaccess to get everything working OK. I've also tried with/without patching oh323 with supplied patch. Any hint, advice
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
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
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 May 06
1
oh323 compile problem in FreeBSD
Hi, I'm trying to compile asterisk-oh323-0.7.1 in FreeBSD 5.3. I tried to use gmake but it exits with too many errors. Did somebody compile before oh323 in FreeBSD? How should I compile it under FreeBSD? thanks, Ganbold
2005 May 13
0
[Asterisk-Dev] Re: oh323 compile problem in FreeBSD
Following is the errors when I tried to compile oh323 in FreeBSD 5.3. Asterisk is updated from cvs. asterisk# gmake for x in wrapper asterisk-driver; do gmake -C $x build || exit 1 ; done make: illegal option -- - usage: make [-BPSXeiknqrstv] [-C directory] [-D variable] [-d flags] [-E variable] [-f makefile] [-I directory] [-j max_jobs] [-m directory] [-V variable]