isdn4k-utils/rcapid
kai e1e69b39d0 Bugfix from Jochen Erwied <mack@joker.e.ruhr.de> 1999-12-27 23:03:09 +00:00
..
Makefile.am daemons should be installed under a sbin dir 1999-10-25 12:26:14 +00:00
Makefile.in daemons should be installed under a sbin dir 1999-10-25 12:26:14 +00:00
README Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
acinclude.m4 - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
aclocal.m4 - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
configure - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
configure.in - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
install-sh Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
missing - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
mkinstalldirs - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
rcapicmd.h Should work with later versions auf bintec's rcapi client now. 1999-12-21 23:19:11 +00:00
rcapid.c Bugfix from Jochen Erwied <mack@joker.e.ruhr.de> 1999-12-27 23:03:09 +00:00

README

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