Displaying 20 results from an estimated 2000 matches similar to: "Chan_Capi 0.3.4a error"
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
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
2004 Jun 15
5
Capi problems
I'm getting this message when I start Asterisk
chan_capi.c:2205 capi_handle_msg: Command.Subcommand = 0x5.0x81
but when I try and recompile I get this
chan_capi.c:60: error:
`__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__'
undeclared here (not in a function)
any help would be greatly appreciated.
--
Dave Cotton <dcotton@linuxautrement.com>
2006 May 17
1
Deadlocks in 1.2.7.1
Hello!
Unfortunately we are seeing lately (2-3 times during a day) that
asterisk seems to hang up somehow - no new calls can be made and sip
show peers and other commands show no obvious problem. We then
recompiled 1.2.7.1 with all the DEBUG_ turned on in the makefile and
now we see the following messages:
May 17 06:46:05 ERROR[8606]: ../include/asterisk/lock.h:236
2004 Jul 02
1
Problem with CHAN_SCCP
Hi, I have an asterisk running great, with 2 cisco 7912 phones converted to
SIP, and a cisco 2600 xl w/ E1 and SIP. I?m thinking to expand the test
adding more 7912, but I prefer not convert all the 7912 to SIP, so I?m tying
to put CHAN_SCCP to work. I?ve get the sources from cvs.sourceforge.net but
when I try to compile, get the followings errors:
[root@asterisk01 chan_sccp]# make
Now
2004 Jun 16
3
ZAPHFC - only for * 0.7.2?
I've got Zaphfc working running Asterisk v. 0.7.2
Then I have tried with Asterisk V. 1.0 and the latest from CVS - with no succes.
Has anybody got zaphfc working with newer version than 0.7.2 ?
NR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040616/32481fca/attachment.htm
2004 Dec 07
3
can't compile chan_capi 3.5 after patch applied :-(
Hi I use RH 9 + asterisk v1.0 stable + 2 PCI fritz cards + chan_capi
3.5 and it works fine,
Since my users want fax fonctionnality and customers know 1 of the msm
as fax number I wanted to try the chan_capi-0.3.5 patch
if I patch chan_capi and run make, I get an error message , as you
can read below, orginal chan_capi compile works, when patched I get
an error, no CID ?
Any idea ?
anybody
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
2005 Sep 30
2
chan_capi-0.3.5
Hi all,
i'm tryinf to install chan_capi but i get this error
root@obelix:/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=i586
-DNEVER_EVER_EARLY_B3_CONNECTS -DCAPI_ES -DCAPI_GAIN
-DDEFLECT_ON_CIRCUITBUSY -DCAPI_SYNC -DUNSTABLE_CVS
-Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO
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
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:
2004 Jun 07
2
chan_capi 0.3.3 compiling error
Hello all,
I just subscribed to this list and I hope this is the correct place to
ask for help with this issue.
Today I checked out asterisk via cvs and I was able to compile, to
install and to run it. Everything was fine so far.
Then I downloaded chan_capi 0.3.3 from www.junghans.net and tried to
compile it, too.
Unfortunately I get an error in line 1205 when compiling chan_capi.c :
too
2004 Jul 18
0
chan_capi-0.3.4a
Hallo, due to everchanging CVS,
chan_capi-0.3.4a doesn't compile anymore with new cvs
my solution was to chande chan_capi.c
the line 21 from
#include <asterisk/parking.h>
to
#include <asterisk/features.h>
now chan_capi compiles again.... and seems back on duty again.
Hope this help.
Diego
2010 Mar 01
1
AVM Fritz! mISDN with Kernel 2.6.32 - Any experiences? - Email found in subject
Hi again!
> I have excellent success with the tiny "fcpci" and chan_capi, which is
> also working great with capi4hylafax. See
> net-dialup/fcpci-0.1-r1 in gentoo (should not be difficult to use this
> on other distros, but I have never done so). Do not confuse this with
> the "fritzcapi"!
I managed to install fcpci and it seems to run fine (capiinfo
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
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
2004 Jan 16
7
CAPI not installed, after changed from i4l to CAPI
I had unexpected hangups from my asterix box using the i4l driver. (SIP
<-> SIP calls worked execellent, but SIP<->ISDN didn't.)
Then I changed the i4l driver in modem.conf with the chan_capi from
jungham. (http://www.junghanns.net/asterisk)
I followed his instructions in the INSTALL file, and first encountered
some errors compiling it. It help by deinstalling several
2004 Jun 07
1
AVM B1 and PTP mode
Hi !
I've fetched a spare AVM B1 card from the cellar, and installed it. After
"modprobe b1pci" I did "capiinit" and capiinit moaned about a missing
t1.b4.
So I search the web and found one at
http://www.avm.de/ftp/cardware/b1/x_misc/ddi/. When I now look at the
controller, I finally see p2p-mode:
# cat /proc/capi/controllers/1
name b1pciv4-a400
io