[Asterisk-Users] capi.conf

Armin Schindler armin at melware.de
Tue May 24 08:38:48 MST 2005


On Tue, 24 May 2005, altus wrote:
> Good day all
> I need some help
> What is the device= in capi.conf

It must be the last entry of a section and defines the number
of B-channels of that section (controller).

Normaly you should have one section for each controller ending
with 'devices=2' (if it's a BRI).

> How will it look for a 4 port card?
> I have a section for each msn...but how do I tell witch msn is witch

each section defines one controller and one or more msn with
e.g. msn=123,456

> port because in the extensions.conf I dail "CAPI at msnnum"
> Please give me a example of more than one file

Example for 2 ports:

[interfaces]
msn=18,20,21
isdnmode=ptm
incomingmsn=18,20,21
controller=1
context=isdn1
echocancel=yes
devices=2

msn=24,25,26
isdnmode=ptm
incomingmsn=24,25,26
controller=2
context=isdn2
echocancel=yes
devices=2

Note: this is for chan_capi-0.3.5 and will be changed from 0.4.0

Armin



More information about the asterisk-users mailing list