I am having problems with the zaptel/asterisk and the 2.6.16 kernel. I have read, checked and rechecked all the docs and that din’t help me with my situation.
First I have a problem with udev:
modprobe wctdm gives:
"Unable to open master device '/dev/zap/ctl’
Yes, i have checked the README.udev and make install have allready added the needed files to /etc/udev/rules.d and permissions.d but I just wasn’t able to get it to work until I manualy created nodes for the zap (script made from part of a zaptel Makefile)
ztcfg -vvv now displays 4 channels as it should, also ztmonitor works
But now I can’t get asterisk to work, when starting asterisk -vvvgc it gives:
Unable to specify channel 1: No such device or address … Loading modules chan_zap.so failed
First I’m new in Asterisk, so may be I can’t solve your problem. The new Zaptel create a file /etc/udev/rules.d/zaptel.rules. The device was with properties "OWNER=“asterisk”, GROUP=“asterisk”, MODE=“0660”. It suggest you should create a user & group named “asterisk”.
I’m had problem which bootup due to my system was using ldap auth. I solved the problem by create user & group “asterisk”.