similar to: Error compiling asterisk-oh323-0.6.0

Displaying 20 results from an estimated 300 matches similar to: "Error compiling asterisk-oh323-0.6.0"

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
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 Apr 15
2
too many arguments to function `ast_queue_hangup' compiling asterisk-oh323
when trying to build asterisk-oh323 I get the following: make[1]: Entering directory `/usr/src/asterisk-oh323-0.5.10/asterisk-driver' gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declara tions -D_REENTRANT -D_GNU_SOURCE -I/usr/src/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c:
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]:
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
2004 May 10
2
problems compiling oh_323 and asterisk
Hello, i have some problems with compiling oh_323 (0.6.1) and asterisk (0.9). I successfully have compiled the necessary libs pwlib and openh323. I have set all path-variables in the oh_323 makefile. When i compile the oh_323 channel driver i'v got some errors. in function oh323_call chan_oh323.c: 1135 ... too few arguments to function 'ast_queue_hangup' So what could be the
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 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 -
2004 May 04
1
Probs with oh323 driver: audio only in 1 direction
Hi, try to setup asterisk as an ISDN2H323-Gateway. The only problem i have after establishing a call is, that Audio works only from IP to ISDN-Phone but not from ISDN to IP-Phone. A known problem ??? Thanks in advance Michael i am using asterisk-cvs, pwlib V1.6.6 (janus), openh323 V1.13.5 (janus) and oh323-0.6.0 Here are my config's ############## # modem.conf # ##############
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 Dec 28
5
Regular crashes
I have just setup asterisk on a debian sarge box. I am running Asterisk 1.21 with AMP and chan_capi_cm 0.6.1 using a BT Speedway (AVM Fritz) ISDN card, connected to a BT ISDN2e line. Currently we have 6 extensions (SIP) configured all using CounterPath(Xten) eyebeam softphone. After many hours of Googling I have finally got it all setup and working. We can transfer calls internally and make and
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 Apr 07
1
errror compiling asterisk from cvs
I got this compiling the new cvs code ... any idea ? Tnx ! gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2004 Apr 07
1
chan_oss.c:461: error: too many arguments to function `ast_queue_frame'
I got this compiling the new cvs code ... any idea ? Tnx ! gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2003 Oct 20
3
Call Waiting on SIP phones
Hi All, This is the first time I'm submitting a patch, and I hope it fixes more than it breaks. I'm putting it here, since John Todd mentioned a while ago about the heavy load Mark and crew have at Digium (doing such good work), so I thought all of us could test this first, and if ok submit for inclusion in CVS later if appropriate. This is an extension to work done earlier (sorry I
2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
Hi, I've looked around the archives and have spent a while on voip-info.org but not found an answer so forgive me if this is in a FAQ somewhere. We've got several Asterisk servers with E1 cards (some Digium, some Sangoma). We provide non geographic numbers for customers and route calls to their existing phone numbers. Calls come in over the PSTN and into Asterisk. This works perfectly
2003 Aug 02
1
SIP app_queue
I noticed a few issues with app_queue just wanted to know if its sip related or ata186 related: Ext 111 and Ext 112 are dynamically loged into the queue via AddQueueMember. Call hits queue with fewestcalls routing. Rings ext 111 if 111 doesn't answer. It rings ext 112. If for some reason ext 112 doesn't answer it rings back to 111. Again at this point ext 111 isn't answered it
2003 Dec 04
16
Asterisk freezing HELP
Hello, I have had several instances over the last month of Asterisk freezing, sometimes after 12 hours, sometimes after 8 days. The common elements are that: - all Zap channels lock[hangups don't register and no new calls in or out] - no new in/outbound calls can be made on Zap or SIP channels - people who are still connected to calls can continue to talk - in the CLI interface, you can
2004 Jun 02
1
oh323: Failed to create smoother
Hello, I tried to get the oh323 drivers running. The driver loads, but as soon as a H323 voice communication should be started, following error occurs: -- Executing Playback("OH323/R1", "invalid") in new stack Jun 3 01:26:20 ERROR[294931]: chan_oh323.c:1933 oh323_write: OH323/R1: Failed to create smoother. Jun 3 01:26:20 WARNING[294931]: file.c:539
2004 Sep 10
1
Problems with 0penh323 Channel Driver
Hi, I have asterisk,openh323-v1_13_5 and pwlib-v1_6_6 installed on my PC. each time i run asterisk -vvvvc, i get the following error: [chan_oh323.so] => (OpenH323 Channel Driver) == Parsing '/etc/asterisk/rtp.conf': Found == Parsing '/etc/asterisk/oh323.conf': Found [1]WrapH323EndPoint::WrapH323EndPoint: Compile-time libraries OpenH323 v1.13.5, PWlib v1.6.6 segmentation