diff options
author | hm <hm@FreeBSD.org> | 1999-01-18 14:05:23 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 1999-01-18 14:05:23 +0000 |
commit | 19367fc45e2e4da2f5b86553643ad0037810929b (patch) | |
tree | 9fc342c76783a904b2bd25491f12475c9639d741 /share/examples/isdn/ROADMAP | |
parent | 7e286da018749319909a4a10002635ca6c8b8d75 (diff) | |
download | FreeBSD-src-19367fc45e2e4da2f5b86553643ad0037810929b.zip FreeBSD-src-19367fc45e2e4da2f5b86553643ad0037810929b.tar.gz |
Add ISDN (i4b) documentation and examples
Diffstat (limited to 'share/examples/isdn/ROADMAP')
-rw-r--r-- | share/examples/isdn/ROADMAP | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/share/examples/isdn/ROADMAP b/share/examples/isdn/ROADMAP new file mode 100644 index 0000000..54f6721 --- /dev/null +++ b/share/examples/isdn/ROADMAP @@ -0,0 +1,75 @@ + + Roadmap of isdn4bsd as integrated into FreeBSD + ============================================== + + $Id:$ + + last edit-date: [Mon Jan 18 14:47:09 1999] + + +1. Documentation +--------------------- + + The command "apropos isdn" will list all manpages available for + isdn4bsd. Two more manual pages of interest to syncronous PPP + over ISDN users are the pages for sppp and spppcontrol. + + Under directory /usr/share/examples/isdn, you will find: + + FAQ - isdn4bsd Frequently Asked Questions + Overview - short technical overview (a bit outdated) + README - the original isdn4bsd README file + ROADMAP - this file + Resources - some more information about ISDN + isdnd_acct - perl script to produce accounting reports + + +2. Configuration +--------------------- + + Configuration of the isdn4bsd package consists of: + + - configuring a kernel suitable for running isdn4bsd. An + example kernel configuration can be found in the file + /usr/src/sys/i386/conf/LINT. The options available for + isic device driver in the kernel configuration file are + described in the output of "man isic". + + - configuring the network interfaces iprX and/or ispX; the + former are used for "IP over raw HDLC" and the latter are + used for "sync PPP over ISDN". To configure the ipr- + interfaces, read the output of "man i4bipr", to configure + the isp-interfaces, read the output of "man i4bisppp", + "man sppp" and "man spppcontrol" carefully. + Most of this configuration is now available thru the ISDN + and spppcontrol sections in /etc/rc.conf. + + - writing a configuration file /etc/isdn/isdnd.rc for the + isdn daemon isdnd(8) which is responsible for the ISDN + call control mechanisms such as: dial on demand, dial + retry, dial recovery, timeout and short hold operation. + A sample (!) file can be found in /etc/isdn. Please read + the output of "man isdnd" and "man isdnd.rc" carefully. + + +2. Userland programs +------------------------- + + The userland programs can be found in the sourcetree under + /usr/src/usr.sbin/i4b and get installed under /usr/sbin. + + Isdntest will not be installed by default. + + +3. Kernel part +------------------- + + The kernel part of isdn4bsd can be found at /usr/src/sys/i4b. + + +4. Answering machine messages +---------------------------------- + + Messages to be used by the answering machine can be found in + /usr/share/isdn, you'll find the numbers 0 to 9, a beep and + a short announcement message here. |