Please, help me on this problem.
I have a work installed asterisk with Openvox A400P and Zaptel driver configured.
I just bought an B400P to add it on my asterisk and as soon as I install mIsdn, the zaptel stop to work (but work mIsdn and the B400P card).
I get these two errors during the boot:
loading zaptel hardware modules: no functioning zap hardware found in /proc/zaptel, loading ztdummy
running ztfg: ztcfg: ZT_CHANCONFIG failed on channel 2: No such device or address (6)
If I run this command after the boot:
modprobe wctdm
the module is loaded normally and after an amportal restart, everithing works again.
This is the script I used to install mIsdn:
yum -y update
yum -y install kernel-smp-devel (oppure kernel-devel)
reboot
cd /usr/src
wget misdn.org/downloads/releases … 7_2.tar.gz
tar -xzvf install-misdn-mqueue.tar.gz
cd install-misdn-mqueue
make
make install
reboot
/etc/init.d/misdn-init scan
/etc/init.d/misdn-init config
/etc/init.d/misdn-init start
Thanks.
Andrea