Displaying 6 results from an estimated 6 matches for "levigo".
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':
chan_capi.c:2843: warning: passing arg 1 of `ast_channel_register' from
incompatible pointer type
c...
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 :
Make: gcc-2.95 :Command not found
Make: *** [chan_capi.o] Error 127
If
# make CC=gcc-3.3.3 /because I have gcc-3...
2005 Mar 03
2
Attended Transfer (ATXFER) with CVS asterisk r 1_
Hi,
I successfully installed asterisk 1.0 with Capi 0.35. In my pbx system I
would like to use the atxfer function but is not included in the stable
asterisk.
Is there a way to include it in my version of asterisk: I did no used the
last cvs because I can't compile the chan_capi .in it. :(
Bye
2005 Mar 17
3
Compilation problem chan_capi and Eicon Diva 4Bri
Hi *,
I want to integrate the Eicon Diva 4Bri Card to Asterisk.
Eicon drivers and capi is installed. I use the latest dev version from
eicon compiled and installed for my fedora 2 system.
I found the chan_capi for asterisk from www.junghanns.net. Also loaded
the patch and applied to the chan_capi source tree.
I changed the Makefile to include the capi20.h from eicon:
2005 Feb 03
3
Where are chan_capi bug reports and bugfixes sent?
Hello all
I found a bug in the chan_capi driver (really a not implemented message
handling and then a false error condition) and I guess I have wrote a
patch to fix it (basically I searched the internet for other capi open
source implementation an borrowed the code snippet) but I don't know
where to send the report and bugfix.
I also found some miss-behaviours that I would like to share
2005 Jun 28
1
problems with chan_capi 0.3.5 , divactrl, eicon diva server, and kernel 2.6.10/2.6.12
...ut
the problems are the same.
The relevant parts of my capi.conf, dial command used and kernel config
are at the end.
I am using asterisk-1.0.7; vanilla kernel-2.6.10 or 2.6.12 compiled with
gcc 3.4 in Mandrake 10.1, divactrl 2.0 from Melware, chan-capi 0.3.5
(with deadlock cvs-HEAD patch from levigo.de adapted to asterisk 1.0.*)
and (here is my main suspect) system isdn/capi libs/tools
(libisdn4k-utils2-3.2p3-16mdk - isdn4k-utils-3.2p3-16mdk) from Mandrake
10.1.
What is the best isdn libs version for using with chan_capi, k2.6.* and
divactrl??
Does anybody has a working chan_capi environm...