[Asterisk-Users] Eicon DIVA PCI ISDN cards (not server) work with asterisk!

Tomasz Chmielewski mangoo at interia.pl
Wed Mar 23 09:18:16 MST 2005


I just wanted to let you know that it's possible to use Eicon DIVA PCI 
2.01 ISDN cards (not "server" divas) with asterisk.

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



More information about the asterisk-users mailing list