There’s just a “issue” for better configuration of Asterisk PBX/DAHDI with OpenVox A400P card under Slackware GNU/Linux 13.1 and here we’re going to see how to fix it.
Lets go… Obviously, we need to install first (this isn’t a topic of installation):
DAHDI
Asterisk
For setup the card OpenVox A400P we need to disable these modules (we need use wctdm module of DAHDI):
hisax
netjet
So well, we just add these next lines into /etc/modprobe.d/blacklist.conf and next boot there won’t be more conflicts between these modules.
blacklist netjet
blacklist hisax
And that’s all, now we can configure/start the Asterisk IP PBX.
