Hallo,
ich benutze Asterisk 1.0.10 auf IPCOP 1.4.11, und möchte neben einer hfc-Karte (Anlagenkopplung) auch eine Fritz Card ISDN (PCI) fürs Festnetz installieren. Leider bleibt Asterisk beim Laden von chan_capi einfach stehen:
Weiter passiert nichts, strg+c beendet Asterisk, und ohne Fehlermeldung komme ich nicht weiter.
Meine Hardware: Fritz Card DSL SL, Acer HFC-Karte, Fritz Card ISDN
Meine Konfigurationsdateien:
/etc/asterisk/capi.conf
Ist controller=2 hier richtig?
Ausgabe von capiinfo:
Die HFC-Karte wird einwandfrei erkannt und Interrupts werden auch nicht geteilt. Was läuft hier falsch?
Grüße und gute Nacht
Jens
ich benutze Asterisk 1.0.10 auf IPCOP 1.4.11, und möchte neben einer hfc-Karte (Anlagenkopplung) auch eine Fritz Card ISDN (PCI) fürs Festnetz installieren. Leider bleibt Asterisk beim Laden von chan_capi einfach stehen:
Code:
...
-- Added extension 'aol-incoming' priority 1 to intern
-- Added extension 'aol-incoming' priority 2 to intern
-- Added extension 'capi' priority 1 to intern
-- Added extension 'capi' priority 2 to intern
[pbx_spool.so] => (Outgoing Spool Support)
Feb 18 01:01:45 WARNING[797]: pbx_spool.c:377 load_module: Unable to create queue directory /var/spool/asterisk/outgoing -- outgoing spool disabled
[pbx_wilcalu.so] => (Wil Cal U (Auto Dialer))
[chan_capi.so] => (Common ISDN API for Asterisk)
== Parsing '/etc/asterisk/capi.conf': Found
Meine Hardware: Fritz Card DSL SL, Acer HFC-Karte, Fritz Card ISDN
Meine Konfigurationsdateien:
/etc/asterisk/capi.conf
Code:
; CAPI config
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
msn=xxxx
incomingmsn=*
controller=2
softdtmf=1
accountcode=
context=demo
;echosquelch=1
;echocancel=yes
;echotail=64
;callgroup=1
;deflect=12345678
devices=2
Ist controller=2 hier richtig?
Ausgabe von capiinfo:
Code:
Number of Controllers : 2
Controller 1:
Manufacturer: AVM-GmbH
CAPI Version: 2.0
Manufacturer Version: 3.101-02 (49.18)
Serial Number: 0000000
BChannels: 1
Global Options: 0x00000001
internal controller supported
B1 protocols support: 0x10000000
B2 protocols support: 0x40000002
Transparent
B3 protocols support: 0x40000001
Transparent
0100
0100
01000000
00000010
02000040
01000040
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
Controller 2:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.101-02 (49.18)
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 fro 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
reserved
0100
0200
39000000
1f010040
1b0b0000
bf000080
00000000 00000000 00000000 00000000 00000000 00000000
01000001 00020000 00000000 00000000 00000000
FAC GET - Info: Illegal Controller / PLCI / NCCI (0x2002)
Die HFC-Karte wird einwandfrei erkannt und Interrupts werden auch nicht geteilt. Was läuft hier falsch?
Grüße und gute Nacht
Jens