[Asterisk-Users] Syntax for 2 ISDN Cards

Gunnar Schaller linux at nowin.de
Tue Jun 1 14:34:28 MST 2004


Hi there,
I searched in mailinglist and in web, but no answer to my problem...
Only this post with no answers:
http://lists.digium.com/pipermail/asterisk-users/2004-March/038994.html

I'm using CVS Asterisk (05/17/04) with chan_capi 0.3.1. (multiple
controller support). In my Asterisk-box there are 2 Fritzcards
(module for second card compiled with changes on sourcecode found in
the web). "capi info" shows:
Contr1: 2 B channels total, 2 B channels free.
Contr2: 2 B channels total, 2 B channels free.

Here a snipplet of my capi.conf:
[interfaces]
msn=7501,7502
incomingmsn=*
controller=1,2
devices=2,2

Is that correct? I also tried "devices=4".
When I try to make 3 simultaneous connections from SIP to ISDN the
first and second one works, but on the third connection this happens:
-- Executing Dial("SIP/gunnar-26ea", "CAPI/7501:7986:bBYEXTENSION") in
new stack
chan_capi.c:1147 capi_request: didn't find capi device with outgoing
msn = 7501. you should check your config!
app_dial.c:673 dial_exec: Unable to create channel of type 'CAPI'
== Everyone is busy at this time
-- Executing Dial("SIP/gunnar-26ea", "CAPI/7502:7986:bBYEXTENSION") in
new stack
chan_capi.c:1147 capi_request: didn't find capi device with outgoing
msn = 7502. you should check your config!
app_dial.c:673 dial_exec: Unable to create channel of type 'CAPI'
== Everyone is busy at this time

The interesting part of extensions.conf:
exten => _XXXX,1,Dial,CAPI/7501:${EXTEN}:bBYEXTENSION
exten => _XXXX,102,Dial,CAPI/7502:${EXTEN}:bBYEXTENSION

Can anyone tell me how to use the B-channels of the second Fritzcard?


Gunnar Schaller




More information about the asterisk-users mailing list