pkgsrc/comms/zaptel-netbsd/MESSAGE
riz 80cb7e03a5 Initial import of zaptel-netbsd, approved by jmcneill.
This package provides the "zaptel" drivers, which support the Asterisk
software PBX, ported to NetBSD.

These are some drivers and auxiliary tools for NetBSD in support of
the Asterisk PBX.  The wcfxo driver supports the Wildcard X100P/X101P and
clones, the wcfxs driver supports the Wildcard TDM400p, and the ztdummy
driver provides a software-only timer device which makes conferencing
work much better. (That is, if you run Asterisk, you may want these
drivers even if you don't have any of the hardware)

The T1 board driver has not yet been ported.
2005-04-08 03:03:42 +00:00

19 lines
867 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/04/08 03:03:42 riz Exp $
To have the zaptel modules automatically loaded at boot time, add the
following to /etc/lkm.conf:
${PREFIX}/lkm/mod_zaptel.o -s - ${PREFIX}/sbin/zaptel_postinstall - -
# Uncomment the drivers you want; use mod_ztdummy.o only if you have
# no hardware
#${PREFIX}/lkm/mod_ztdummy.o -s - - - -
#${PREFIX}/lkm/mod_wcfxo.o -s - - - -
#${PREFIX}/lkm/mod_wcfxs.o -s - - - -
And then add 'lkm=YES' to /etc/rc.conf. Refer to lkm.conf(5) for
additional details. (Make sure to uncomment the appropriate lines for
your hardware, or lack thereof)
The script ${PREFIX}/sbin/zaptel_postinstall creates the relevant device
nodes in /dev, and can be used independently.
===========================================================================