ISDN (Anrufbeantworter, Fax, ...)
Hardware einrichten
# cd /usr/src # apt-get install linux-headers-2.6.26-2-xen-686 bzip2 make capiutils # wget --no-check-certificate https://belug.de/~lutz/pub/fcpci/fritz-fcpci-src-2.6.24-2.6.28.tar.bz2 # tar -xjf fritz-fcpci-src-2.6.24-2.6.28.tar.bz2 # cd fritz-fcpci-src-2.6.24-2.6.28/fcpci-3.11.07/ # make # mkdir /lib/modules/2.6.26-2-xen-686/extra # cp fcpci.ko /lib/modules/2.6.26-2-xen-686/extra/ # depmod # rmmod hisax_fcpcipnp hisax_isac hisax # modprobe fcpci
Capisuite (Anrufbeantworter + Fax) einrichten
# apt-get install capisuite
Isdnlog einrichten
# modprobe capidrv # vi /etc/modules # apt-get install isdnlog # touch /etc/isdn/noconfig
--- /usr/lib/cgi-bin/isdnrep (mode: 0755) ---
#!/bin/sh
if [ $# = 0 ] ; then
isdnrep -w1 -E $@ # default, falls ohne Parameter
else
isdnrep -w1 $@
fi