similar to: chan_capi-0.3.4a

Displaying 20 results from an estimated 9000 matches similar to: "chan_capi-0.3.4a"

2004 Jul 14
2
Chan_Capi 0.3.4a error
I just downloaded chan_capi.0.3.4a.tar.gz but it will not compile on my system (Suse 9.1). I compiled and installed Asterisk and it is running, did I miss a configuration or dependency for Chan_Capi somewhere ? cheers, Mike linux:/usr/src/chan_capi-0.3.4a # make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES
2004 Jul 18
1
chan_capi won't compile
I am trying to compile chan_capi 3.3.4a, but I end up with lots of gibberish. Near the top it states that capi20.h doesn't exist. Searching for the file, several show up: # find / -name capi20.h -print /usr/src/linux-2.4.21-144/include/config/isdn/capi/capi20.h /usr/src/linux-2.4.21-231-include/smp/include/config/isdn/capi/capi20.h
2004 Jun 14
1
Chan_Capi 0.3.4
Just tried compiling chan_capi 0.3.4 under CVS Head and get the following errors. chan_capi.c:60: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function) chan_capi.c:61: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function) chan_capi.c:62:
2004 Jun 28
4
Chan_Capi Down
Hi all, * was running ... I have a WT405P and an AVM C4 with chan_capi 0.3.4a Today chan_capi stopped working, without any changings at the system. It seems, that not * is the reason, because isdn-log also shows no calls. If I try to call * from outside via capi, I only get a busy. That is the try from inside to outside: stern01*CLI> -- data = @89930:0107901723168212 -- capi
2004 Jun 23
1
Read this if you use CVS HEAD (Unstable) and chan_capi and jitter buffering in IAX
Hi, IF: you are using chan_capi in combination with IAX, and you are using the IAX jitter buffer (see iax.conf) and you run with the CVS HEAD version of Asterisk, THEN: You must make sure that you are running the most current chan_capi version - which is 0.3.4 at the time of writing. Older versions of chan_capi don't initialise an important timestamp in audio frames - with the
2003 Jul 25
3
chan_capi error
hello, sometimes my capi_channel stop works - e.g. when i try to call number which does not exist ( typo error ) and i must restart asterisk. following lines appears in the log files : ERROR[393234]: File chan_capi.c, Line 1050 (capi_request): no free channel on controller 1! will continue searching. ERROR[393234]: File chan_capi.c, Line 1050 (capi_request): no free b channel on controller 1!
2004 Apr 28
1
Softfax/spandsp compilation
Only to signal that if you want to compile app_rxfax and app_txfax with last cvsses of asterisk you have to modify the patched versions of the apps directory Makefile to define the symbol _GNU_SOURCE example, the line to compile app_rxfax from: gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c to gcc -D_GNU_SOURCE -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c
2005 Jan 06
0
chan_capi compile problem
Hi all, I?m using * with a Suse 8.1 (kernel 2.4.19-4GB). My hardware are a Eicon Diva 2.01 PCI and a Eicon Diva Server 4BRI; I have installed the drivers wich came with the distribution using the distro installer (yast2). I?m experiencing problems with outgoing calls so I?ll try with chan_capi instead of chan_modem. The point is that I?m having problems with the compilation:
2004 Dec 27
0
[chan_capi] can't get it compiled
OS: Redhat 9.0 Kernel: 2.4.20-8 Asterisk: latest CVS head Hi all, I try to compile the latest chan_capi, but it won't work. I also tried the patch that is arround there from frank sautter and I have installed the asterisk header files. Asterisk is working very good :) and the Fritz AVM pc Card is running. capiinit: 1 fcpci running fritz-pci A1 3.11-02 0xbc00 5 lsmod: fcpci
2004 Sep 20
1
can't compile chan_capi 0.3.5 under SuSE 9.0
Hi there, the subject says it all... I get the following error messages: ---- mmielke@pbx:~/chan_capi-0.3.5> make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_GAIN -DCAPI_SYNC -DUNSTABLE_CVS -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c
2007 Jan 25
1
Failing to compile chan_capi
I've got a brand new Eicon Diva Server BRI card and I want to configure it with Asterisk. I managed to get asterisk and zaptel to compile and install, I've compiled and installed the drivers for the Diva card and now I need to compile and install the chan_driver for chan_capi. Unfortunately this fails miserably. I get the following messages: I'm using: Kernel 2.6.16.37.4,
2005 Aug 24
2
chan_capi on slackware10? cannot compile :-( why?
I'm trying to compile chan_capi-0.5.4 on Slackware 10, but I have bunch of errors. (By the way, can I use chan_capi for ISDN card with winbond w6692cf chipset?) I'm not a linux expert, still :-) Before compiling, when I type "modprobe capi" to load capi module, and then "lsmod", i get list of modules: capi 6208 0 kernelcapi 30496 1
2005 Sep 30
0
R: chan_capi-0.3.5
Thanks Jorg, it's worked, but what modules i need to use it with asterisk? I insert load => chan_capi.so in /etc/asterisk/modules.conf and chan_capi.so=yes under [globals] section. When asterisk start, I get this error: == Parsing '/etc/asterisk/modules.conf': Found [chan_capi.so] => (Common ISDN API for Asterisk) == Parsing '/etc/asterisk/capi.conf':
2005 Mar 04
1
chan_capi with patch compilation error
Hi, I'm trying to make work chan_capi with last asterisk CVS. I installed last zaptel,libpri,last cvs ana patched chan_capi 0.35 with the patch kindly suggested me by Jason Williams: http://www.levigo.de/VoIP/chan_capi-0.3.5-cvs-HEAD-patch.tar.bz2 First I received error 127 that I resolved commenting the line CC=gcc-2.95 but now I have this error: chan_capi.c: In function `load_module':
2004 Aug 16
3
Problems compiling chan_capi-0.3.5
Hello, I already searched on the mailing list, but I didn't found a solution to my problem. I can't install chan_capi anymore. It has been running very well but then I run into trouble. so I decided to update to the latest CVS version of asterisk and of chan_capi. But now I can't compile chan_capi anymore. I'm running SuSE 9.0 and I think the problem is caused by an update that
2003 Apr 22
1
struggling with Diva 4BRI and chan_capi
Hi, I am trying to configure a Diva Server 4BRI to work with chan_capi. Here are the steps that I took: - compiled fresh kernel with new-style CAPI support: i4l_divas_1.2 - got the divactrl_1.2 utilities, configured the card startup scripts, - rebooted, card firmware loaded properly, "capiinfo" displays detailed info on 4 controllers, however there is an error message: FAC REQ -
2004 Dec 07
1
chan_capi 0.3.5 does not compile
I use stable CVS asterisk and it is working without problems. But now i am trying to compile chan_capi 0.3.5 module and i get following error /usr/src/chan_capi-0.3.5# make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_GAIN -DCAPI_SYNC -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o
2005 Jan 12
4
chan_capi-0.3.5 error 127
Hi, I have a problem for install chan_capi My pc: Suse 9.1, with asterisk current stable en cvs I have download http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz And the path from http://www.levigo.de/VoIP/chan_capi-0.3.5-cvs-HEAD-patch.tar.bz2 And patch the chan_capi # cd chan_capi-0.3.5 # patch -p1 < chan_capi-0.3.5-patch.diff # make /for install My error
2004 Apr 12
1
Trouble compiling chan_capi on Suse 9.0
Hi, I am trying to install chan_capi, with asterisk (cvs) on Suse 9.0, but I get the following error: ====== linux:/usr/src/chan_capi-0.3.1 # make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include/asterisk -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_GAIN -DDEFLECT_ON_CIRCUITBUSY -DCAPI_SYNC -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO
2004 Sep 27
3
chan_capi, Eicon Diva server BRI, kernel 2.6?
Hi list, Does chan_capi work with kernel 2.6? The Eicon Diva server card loads fine judging from /var/log/messages but Asterisk gives an error when trying to load the chan_capi module. I'm using chan_capi-0.3.5, zaptel-1.0.0, libpri-1.0.0 and asterisk-1.0.0 on a Fedora box with kernel 2.6.8-1.584. Zaptel and ilbpri work fine as does *. I have seen a msg that may be related and don't know