[Asterisk-bsd] fixes to the zaptel startup script needed
Richard Neese
r.neese at gmail.com
Thu Nov 29 11:04:04 CST 2007
currently the /usr/local/etc/rc.d/zaptel has 1 small issue
currently it looks like this
kmod_load="zaptel.ko qozap.ko tau32pci.ko wcfxo.ko wcfxs.ko wct1xxp.ko
wct4xxp.ko wcte11xp.ko wcte12xp.ko"
kmod_unload="wcte12xp.ko wcte11xp.ko wct4xxp.ko wct1xxp.ko wcfxs.ko wcfxo.ko
tau32pci.ko qozap.ko zaptel.ko"
it should look like this
kmod_load="zaptel.ko qozap.ko tau32pci.ko wcfxo.ko wcfxs.ko wct1xxp.ko
wct4xxp.ko wcte11xp.ko wcte12xp.ko ztdummy.ko"
kmod_unload="ztdummy.ko wcte12xp.ko wcte11xp.ko wct4xxp.ko wct1xxp.ko wcfxs.ko
wcfxo.ko tau32pci.ko qozap.ko zaptel.ko"
the ztdummy.ko for some reason was left out . And for new users this is a
issue because they do not know to edit this file to enable ztdummy.ko for
timing .
--
Welcome to the World. An the World gets smaller.
More information about the Asterisk-BSD
mailing list