VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jwinius at umrk.to Guest
|
Posted: Sat Feb 16, 2008 8:47 pm Post subject: [asterisk-users] Fritz! Card/CAPI Help. |
|
|
Quoting Razza <razza30 at gmail.com>:
Quote: | Hi list, i'm keen to move to Asterisk 1.6, so really need to update my
system which is running Mandrake 9.2 although it has been solid for years,
fo Fedora 8. I have a Fritz! card for ISDN BRI, ... I 'modprobe capi' and
'modprobe fcpci' which appear to work fine, ...
|
Interesting. I still have several AVM Fritz!Cards, but I stopped using
them after I upgraded my server because I could no longer get them to
work. I used to compile the fcpci module for kernel 2.6.8, but it
doesn't work with 2.6.18. AFAIK, AVM haven't bothered to produce any
new Linux code for these cards since July 2005 (even though they still
sell them):
ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/
Or, is newer fcpci code available from somewher else that will compile
against later kernels? Your message seems to suggest this. Are you
sure fcpci is loaded (lsmod)? I don't think the CAPI stuff will load
without it.
Anyway, I've since switched to using Cologne cards instead. You have
to compile some Zaptel modules for them. These cards are cheaper,
easier to obtain and work just fine.
Cheers,
Jaap |
|
Back to top |
|
|
razza30 at gmail.com Guest
|
Posted: Sun Feb 17, 2008 6:23 am Post subject: [asterisk-users] Fritz! Card/CAPI Help. |
|
|
On 17/02/2008, Jaap Winius <jwinius at umrk.to> wrote:
Quote: |
Interesting. I still have several AVM Fritz!Cards, but I stopped using
them after I upgraded my server because I could no longer get them to
work. I used to compile the fcpci module for kernel 2.6.8, but it
doesn't work with 2.6.18. AFAIK, AVM haven't bothered to produce any
new Linux code for these cards since July 2005 (even though they still
sell them):
| Firstly, thanks for your response )
I'm running - 2.6.23.15-137.fc8 which appears to be supported at ATrpms.
I built a F8 box, added ATrpms to the repository list, executed yum -y
install fcpci, which forced a kernel upgrade.
On 17/02/2008, Jaap Winius <jwinius at umrk.to> wrote:
Quote: | Is newer fcpci code available from somewher else that will compile
against later kernels? Your message seems to suggest this. Are you
sure fcpci is loaded (lsmod)? I don't think the CAPI stuff will load
without it.
|
I have managed to get capiinfo to give a (the right?) response! Those who
are interested, see bottom of this mail.
I installed the drivers/kernel drivers from ATrpms (
http://dl.atrpms.net/all/fcpci-03.11.07-14.fc8.i386.rpm and
http://dl.atrpms.net/all/fcpci-kmdl-2.6.23.14-115.fc8PAE-03.11.07-14.fc8.i686.rpm).
I downloaded capi4k-utils from ftp://ftp.in-berlin.de/pub/capi4linux to
/usr/src, untared it to /usr/src/capi4k-utils and ran .\makedev.sh from
/usr/src/capi4k-utils/scripts , which apparently creates /dev/capi20
devices. (see -
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=1274 )
TBH I have not a clue what I really going on to make it work, I have to run
makedev.sh after every reboot. I'm confused why I need capi4k-utils at all,
I thought isdn4k-utils was supposed to take care of this? which I had also
installed through yum.
On 17/02/2008, Jaap Winius <jwinius at umrk.to> wrote:
Quote: | Anyway, I've since switched to using Cologne cards instead. You have
to compile some Zaptel modules for them. These cards are cheaper,
easier to obtain and work just fine.
|
Thanks for the heads up on the Cologne cards, if they work with just zaptel
updates thats probably the easiest method, although Fritz! cards are
available on ebay for about ?5!
*Capiinfo output:*
[root at ast2 scripts]# capiinfo
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07 (49.23)
Serial Number: 1000001
BChannels: 2
Global Options: 0x00000039
internal controller supported
DTMF supported
Supplementary Services supported
channel allocation supported (leased lines)
B1 protocols support: 0x4000011f
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
Modem asyncronous operation with start/stop byte framing
B2 protocols support: 0x00000b1b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
ISO 7776 (X.75 SLP) with V.42bis compression
V.120 asyncronous mode
V.120 bit-transparent mode
B3 protocols support: 0x800000bf
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
X.25 DCE
T.30 for fax group 3
T.30 for fax group 3 with extensions
Modem
0100
0200
39000000
1f010040
1b0b0000
bf000080
00000000 00000000 00000000 00000000 00000000 00000000
01000001 00020000 00000000 00000000 00000000
Supplementary services support: 0x000003ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080217/29978658/attachment.htm |
|
Back to top |
|
|
jwinius at umrk.to Guest
|
Posted: Sun Feb 17, 2008 11:58 am Post subject: [asterisk-users] Fritz! Card/CAPI Help. |
|
|
Quoting Razza <razza30 at gmail.com>:
Quote: | I'm running - 2.6.23.15-137.fc8 which appears to be supported at ATrpms.
I built a F8 box, added ATrpms to the repository list, executed yum -y
install fcpci, which forced a kernel upgrade.
|
Unfortunately, I can't test any of this since I'm running a Debian server.
It seems you're in luck to some degree. I downloaded these files and
examined the links within, but they simply point back to the AVM site
that still offers the old driver versions. I guess your versions are a
hack.
Quote: | Thanks for the heads up on the Cologne cards, if they work with just zaptel
updates thats probably the easiest method, although Fritz! cards are
available on ebay for about ?5!
|
The Cologne cards aren't expensive either: EUR 29,- to EUR 35,- in the
Netherlands. I got one for only EUR 10,- recently. But even if the
Cologne cards are more expensive than the Fritz! cards, and even if I
could get the Fritz! cards to work on Debian again, it does indeed
sound like the Cologne cards a lot easier to configure and maintain.
Cheers,
Jaap |
|
Back to top |
|
|
jwinius at umrk.to Guest
|
Posted: Sun Feb 17, 2008 9:48 pm Post subject: [asterisk-users] Fritz! Card/CAPI Help. |
|
|
Quoting Axel Thimm <Axel.Thimm at ATrpms.net>:
Quote: | There are patches inside that will work on Debian as well, just get
the src.rpm and pick out the patches.
|
Now, why am I not surprised? Actually, if I had known this back in
early December, I'd be following your advice and thanking you now. I
previously used these cards with Hylafax (and capi4hylafax), but the
drivers supplied by AVM would not compile for kernel 2.6.18 after I
upgraded to Debian etch.
It was after I ran into this trouble that I was advised to use Cologne
cards with Asterisk and IAXmodem instead; it was supposed to be a much
more satisfying solution. I can't agree more! Okay, I still have to
compile the Zaptel modules, but at least I no longer have to compile
the fcpi module as well and pray that the next time a new kernel comes
out I'll be able to repeat the process.
Or, do you think the AVM Fritz!Card PCI has some advantage over an
HFC-S Cologne card?
Cheers,
Jaap |
|
Back to top |
|
|
qq12345 at web.de Guest
|
Posted: Thu Feb 28, 2008 2:42 am Post subject: [asterisk-users] Fritz! Card/CAPI Help. |
|
|
Hi,
we started with HFC cards and were upset, how many patches we had to
introduce in the source.
Then we found mISDN and we are operating an AVM Fritz-Card and an HFC card
out of the box
via mISDN interface. No change at asterisk's code was necessary.
Hope, this helps,
Michael
Quote: | -----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
Jaap Winius
Sent: Monday, February 18, 2008 3:49 AM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Fritz! Card/CAPI Help.
Quoting Axel Thimm <Axel.Thimm at ATrpms.net>:
Quote: | There are patches inside that will work on Debian as well, just get
the src.rpm and pick out the patches.
|
Now, why am I not surprised? Actually, if I had known this
back in early December, I'd be following your advice and
thanking you now. I previously used these cards with Hylafax
(and capi4hylafax), but the drivers supplied by AVM would not
compile for kernel 2.6.18 after I upgraded to Debian etch.
It was after I ran into this trouble that I was advised to
use Cologne cards with Asterisk and IAXmodem instead; it was
supposed to be a much more satisfying solution. I can't agree
more! Okay, I still have to compile the Zaptel modules, but
at least I no longer have to compile the fcpi module as well
and pray that the next time a new kernel comes out I'll be
able to repeat the process.
Or, do you think the AVM Fritz!Card PCI has some advantage
over an HFC-S Cologne card?
Cheers,
Jaap
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|