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 "[EMAIL PROTECTED]" > 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 _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
