isdn4k-utils/rcapid
Andreas Kool c8e275d319 - quick and dirty Call-History in "-m" Mode (press "h" for more info) added
- eat's one more socket, Stefan: sockets[3] now is STDIN, FIRST_DESCR=4 !!
 - Support for tesion)) Baden-Wuerttemberg Tarif
 - more Providers
 - Patches from Wilfried Teiken <wteiken@terminus.cl-ki.uni-osnabrueck.de>
   - better zone-info support in "tools/isdnconf.c"
   - buffer-overrun in "isdntools.c" fixed
 - big Austrian Patch from Michael Reinelt <reinelt@eunet.at>
   - added $(DESTDIR) in any "Makefile.in"
   - new Configure-Switches "ISDN_AT" and "ISDN_DE"
     - splitted "takt.c" and "tools.c" into
         "takt_at.c" / "takt_de.c" ...
         "tools_at.c" / "takt_de.c" ...
   - new feature
       CALLFILE = /var/log/caller.log
       CALLFMT  = %b %e %T %N7 %N3 %N4 %N5 %N6
     in "isdn.conf"
 - ATTENTION:
     1. "isdnrep" dies with an seg-fault, if not HTML-Mode (Stefan?)
     2. "isdnlog/Makefile.in" now has hardcoded "ISDN_DE" in "DEFS"
     	should be fixed soon
1998-09-26 18:31:14 +00:00
..
.Config.in Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
Makefile.in - quick and dirty Call-History in "-m" Mode (press "h" for more info) added 1998-09-26 18:31:14 +00:00
README Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
aclocal.m4 Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
configure Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
configure.in Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
install-sh Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
rcapicmd.h Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
rcapid.c Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +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