Asterisk + Ztdummy on FC3?

Can anyone tell me the proper procedure for installing ztdummy with Fedora Core 3? When I do modprobe zaptel it appears to load but then I get no timing device errors still and modprobe ztdummy does not work.

What error do you get when you modprobe ztdummy? Did you compile ztdummy?

did you make the correct additions to your udev rules from README.udev

[root@localhost ~]# modprobe ztdummy
Notice: Configuration file is /etc/zaptel.conf
line 0: Unable to open master device ‘/dev/zap/ctl’

1 error(s) detected

FATAL: Error running install command for ztdummy

Zaptel is loading fine, but asterisk -vvvvcg shows a bunch of timer errors.

These are the steps I did

uncommented ztdummy in the Makefile, make all, make install with zaptel then make clean and make install and make samples with asterisk. then i went back and did make config with zaptel as i missed that step.

do this ls |grep zap

Per voip-info.org/tiki-index.php … nux+Fedora

Notice: Configuration file is /etc/zaptel.conf
line 143: Unable to open master device ‘/dev/zap/ctl’

If you edit the Zaptel Make file commit out the following lines

ifeq ($(DYNFS),)
else
@echo “**** Dynamic filesystem detected — not creating device nodes”
@echo "**** If you are running udev, read README.udev"
endif

Recompile Zaptel, libpri and Asterisk and you should be good to go, special thanks to Patrick off the mailing list for the above info.