Andreas Frackowiak
2004-May-12 00:18 UTC
[Asterisk-Users] Multiple ISDN controllers & Capi
Hi, how can I set up multiple ISDN controllers with chan_capi, so that every controller has its own configuration (MSNs to listen etc...) ? I know I can configure "controllers=1,2" in chan_capi's capi.conf but then the controllers have the identical configuration and context within asterisk. My setup: I have 2 BRI-controllers (in one AVM C2). 1. BRI: point-to-point, Number: 101-xxx (3 digit extension/DID) 2. BRI: point-to-multipoint MSNs 12345,11111,65432 but Asterisk should only listen to 12345 because there are other ISDN devices for the other MSNs responsible. Thanks Andreas P.S. I followed the advice of this list and switched from (old) ISDN4Linux with chan_modem_i4l to CAPI2.0 (C2 Board) and chan_capi. It really works much better.
Martin List-Petersen
2004-May-12 03:58 UTC
[Asterisk-Users] Multiple ISDN controllers & Capi
On Wed, 2004-05-12 at 08:18, Andreas Frackowiak wrote:> how can I set up multiple ISDN controllers with chan_capi, so > that every controller has its own configuration (MSNs to > listen etc...) ? > > I know I can configure "controllers=1,2" in chan_capi's capi.conf > but then the controllers have the identical configuration > and context within asterisk. > > My setup: I have 2 BRI-controllers (in one AVM C2). > > 1. BRI: point-to-point, Number: 101-xxx (3 digit extension/DID) > > 2. BRI: point-to-multipoint > MSNs 12345,11111,65432 but Asterisk should only listen > to 12345 because there are other ISDN devices for the > other MSNs responsible.Look in /etc/asterisk/capi.conf. You should have something like this there. mode=immediate isdnmode=ptp msn=101 controller=1 context=default callgroup=1 devices=2 msn=12345,11111,65432 incomingmsn=12345 controller=2 softdtmf=1 accountcodecontext=default callgroup=2 devices=2 This is out of my head, but should work. You probably need to play a bit with the values. I unfortunatly don't have the gear here to do a test setup. Kind regards, Martin List-Petersen martin at list-petersen dot net
Possibly Parallel Threads
- Problem in using Two BRi Cards in Asterisk
- chan_capi-cm, Euro ISDN bus: 2 extensions on same BRI port not working
- AVM C4, asterisk-1.0.8, /etc/asterisk/capi.conf
- Very bad quality with AVM Fritz!card PCI and chan_capi
- chan_capi-cm 0.6.4 random outgoing MSN problem