isdn4k-utils/rcapid/README

17 lines
310 B
Plaintext

First implementation of a simple Remote-CAPI server. It works with
the CAPI-2.0 interface offered by the AVM-B1-card.
Installation:
- add the following line to /etc/services:
capi 6000/tcp
- add the following line to /etc/inetd.conf:
capi stream tcp nowait.9999 /sbin/rcapid rcapid
- restart inetd