Fork of https://github.com/marschap/isdn4k-utils as well as custom CVS import with proper author name/email ('cvsimport' branch)
Go to file
michael 23738857f2 - Not longer needed. 1998-09-18 14:47:10 +00:00
FAQ Added Makefile depency. 1997-10-26 22:48:19 +00:00
act2000 Get rid of including ../.config in Makefile 1997-10-26 22:52:56 +00:00
areacode Renamed CONFIG_AREACODE_DATA to CONFIG_DATADIR, because it's used 1997-09-25 21:37:46 +00:00
avmb1 port and irq check changed. 1998-07-15 15:08:20 +00:00
capi20 I hope it is know readable for everybody. 1998-08-30 09:57:13 +00:00
diehl Added part to load firmware on PRI/PCI. 1998-06-16 21:20:26 +00:00
doc Misc. Fixes. 1998-06-27 00:35:57 +00:00
icn Get rid of including ../.config in Makefile 1997-10-26 22:55:25 +00:00
imon Get rid of including ../.config in Makefile 1997-10-26 23:02:52 +00:00
imontty Fixed compiler warnings from egcs. 1998-04-28 08:33:52 +00:00
ipppcomp Here they are again 1998-07-10 17:40:51 +00:00
ipppd Changes for LZS compression 1998-07-08 16:48:20 +00:00
ipppstats Fixed compiler warnings from egcs. 1998-04-28 08:33:52 +00:00
iprofd Make it compiling with older I4L versions 1998-07-22 19:07:13 +00:00
isdnctrl includes changed because of problems with Linux 2.1 kernel includes 1998-08-05 07:40:19 +00:00
isdnlog fixed crash when using mysql (call to Providername() was omitted) 1998-09-09 12:49:31 +00:00
lib Renamed old to new zone-names (CityCall, RegioCall, GermanCall, GlobalCall) 1998-06-07 21:03:26 +00:00
loop Misc. Fixes. 1998-06-27 00:35:57 +00:00
pcbit bugfixes from Florian La Roche 1998-03-01 20:36:22 +00:00
rcapid take capicmd.h from kernel-sources 1998-05-19 18:13:39 +00:00
scripts Added capability to edit .config by hand, and process those changes with 1998-08-01 20:01:24 +00:00
teles Get rid of including ../.config in Makefile 1997-10-26 23:12:17 +00:00
vbox - siginterrupt() added to modem_set_timeout() (on some systems alarm 1998-06-10 14:31:08 +00:00
vbox3 - Not longer needed. 1998-09-18 14:47:10 +00:00
xisdnload Fixed compiler warnings from egcs. 1998-04-28 08:33:52 +00:00
xmonisdn Fixed compiler warnings from egcs. 1998-04-28 08:33:52 +00:00
COPYING New CVS tree 1997-02-17 00:08:36 +00:00
HOWTO - bugfix: it is possible to install isdnlog now 1997-05-19 22:57:51 +00:00
Makefile Added CAPI2.0 library. First Version. 1998-08-25 16:33:09 +00:00
README Added capability to change .config by hand and run "make subconfig" to 1998-08-01 19:59:10 +00:00

README

#
# $Id: README,v 1.8 1998/08/01 19:59:12 paul Exp $
#
This is the README file for the "isdn4k-utils" package from "The i4l-crew".

This package contains the following stuff:

1. Runtime configuration tools:
  isdnctrl,   general link-level setup utility.
  iprofd,     daemon for realizing AT&W0 on ttyI's.
  icnctrl,    setup utility for the icn driver.
  telesctrl,  setup utility for the teles driver.
  hisaxctrl,  setup utility for the HiSax driver.
  pcbitctl,   setup utility for the pcbit driver.
  avmcapictrl setup utility for the avmb1 driver.
  actctrl     setup utility for the act2000 driver.

2. Tools for monitoring activity:
  imon,       a ncurses based utility for monitoring ISDN-activities.
  imontty,    a tty based utility for monitoring ISDN-activities.
  isdnlog,    a set of utilities for connection logging.
  ipppstats   a utility for showing syncPPP statistics.
  xisdnload,  an xload-like meter.
  xmonisdn,   a utility for monitoring and controlling ISDN-activity.
  isdnmon,    a Tcl/Tk based utility for monitoring ISDN-activities.

3. Applications:
  vbox,       an answering machine/voice mailbox.
  ipppd,      daemon need for syncPPP and MPP.

4. Documentation:
  A very detailed FAQ and the generic manpages ttyI.4, isdninfo.4,
  isdn_audio.4 and isdn_cause.7.
  Manpages for the above utilities:
  actctrl.8 avmcapictrl.8, hisaxctrl.8 icnctrl.8, imon.8, ipppd.8,
  ipppstats.8, iprofd.8, isdnctrl.8, isdnlog.8, isdnrep.1, telesctrl.8,
  xisdnload.1x and xmonisdn.1x

COPYRIGHT/COPYING:

  Until explicitely stated, all programs in this package can be freely
  redistributed and/or modified under the terms of the GNU General
  Public License as published by the Free Software Foundation; either
  version 2, or (at your option) any later version.

  This package is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details. (File: COPYING)

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 

System prerequisites:

  To use this package, you need a kernel with an ISDN-subsystem configured.
  To get a such a kernel, take a clean standard-kernel (Version 2.0.31 or
  > 2.1.57 resp.) enable the isdn-related features you want and build the
  kernel as usual. If applicable some patches may be needed

  isdn-patches are available at

     ftp.franken.de:/pub/isdn4linux

  For using modularized parts of the ISDN-subsystem, newest modutils
  are strongly recommended.

3. Configuration, Compilation.

   Run "make config"

   This will run an interactive configuration tool and the various
   configuration-scripts for each sub-package. (You may know that
   tool from kernel menuconfig.)
   There is a global configuration directory, where most programs
   expect their configuration files. The default is /etc/isdn.

   - Alternatively you can edit the .config file by hand (once that
     has been created once with "make config"), and run "make subconfig"
     instead. This might be useful if you want to automate the building
     of the package, e.g. for a Red Hat rpm or a Debian deb.
   
   Run "make"

   This builds all previously selected utilities.

4. Installation

   For the following steps, root permissions are necessary

   Install the utilities, the man pages and config-files:

     make install

   The config files usually are installed in /etc/isdn if not
   specified otherwise during configuration.

5. Application

   The directory ./etc contains an example startup-script which gets
   not installed automatically, because it MUST BE CONFIGURED IN ANY
   CASE! Please don't try to connect to the Internet without setting
   your own IP-addresses. This script is intended to be used with
   the modularised version of the ISDN-subsystem. Refer to the
   Documentation/isdn subdirectory of your kernel-source-tree for
   more information on configuring Lowlevel drivers.

   For the utilities refer to the man pages or look into their
   subdirectories for Documentation.

   For tips, troubleshooting etc. look into the FAQ subdirectory

 -Fritz