First thing to do is to load the module. If you have two of these cards, you should do it like that:
modprobe -v hisax protocol=2,2 type=11,11
And now you can have up to 4 incoming calls with two cards (try calling yourself and see if anything gets into your syslog - you should have "ignored" calls even if asterisk isn't running).
Then configure your asterisk to use i4l (don't use chan_capi) - do it in modem.conf:
(...)
driver=i4l
(...)
msn=your_msn_number
and that's it (you still need to configure your ISDN devices to allow incoming calls, for example, using conf-isdn-account - don't forget to set SECURE="off" etc. ISDN settings).
Tomek _______________________________________________ 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
