Hi,
ich habe in meinem System 2 aktive ISDN-Karten eingebaut.
- AVM B1 PCI
- Digi MicroV
Beide werden von Suse 9.3 über Yast erkannt und sind auch konfiguriert.
Die capi.conf hat folgenden Inhalt:
Wenn ich am CLI "capi info" eingebe, kommt folgendes:
Asterisk reagiert auch nicht wenn ein Anruf auf der Digi-Karte (Nr. 2) ankommt. Die AVM-Karte funktiioniert.
Wie kann ich die beiden Karten richtig zum Laufen bekommen?
Danke für eure Hilfe!
Tucca
ich habe in meinem System 2 aktive ISDN-Karten eingebaut.
- AVM B1 PCI
- Digi MicroV
Beide werden von Suse 9.3 über Yast erkannt und sind auch konfiguriert.
Die capi.conf hat folgenden Inhalt:
Code:
;
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
; mode: ptmp (point-to-multipoint) or ptp (point-to-point)
isdnmode=ptmp
; allow incoming calls to this list of MSNs, * == any
incomingmsn=*
; capi controller number
controller=1
; dialout group
group=1
; enable/disable software dtmf detection, recommended for AVM cards
softdtmf=1
; accountcode to use in CDRs
accountcode=
; context for incoming calls
context=pstn
; _VERY_PRIMITIVE_ echo suppression
;echosquelch=1
; EICON DIVA SERVER echo cancelation
;echocancel=yes
;echotail=64
; call group
;callgroup=1
; deflect incoming calls to 12345678 if all B channels are busy
;deflect=12345678
; number of concurrent calls on this controller (2 makes sense for single BRI)
devices => 2
; DIGI MircoV
isdnmode=ptmp
incomingmsn=*
controller=2
group=1
context=pstn
devices => 2
Wenn ich am CLI "capi info" eingebe, kommt folgendes:
Code:
*CLI> capi info
Contr1: 2 B channels total, 2 B channels free.
*CLI>
Asterisk reagiert auch nicht wenn ein Anruf auf der Digi-Karte (Nr. 2) ankommt. Die AVM-Karte funktiioniert.
Wie kann ich die beiden Karten richtig zum Laufen bekommen?
Danke für eure Hilfe!
Tucca