freebsd-dev/share/examples/isdn/i4brunppp
Ruslan Ermilov 051bb54bd3 mdoc(7) police: Added the missing .Os call; it's not strictly
necessary nowadays, but is documented as "required", and may
become so again in the future.

Approved by:	re
2002-12-11 15:55:29 +00:00
..
i4brunppp-isdnd.rc
i4brunppp.8 mdoc(7) police: Added the missing .Os call; it's not strictly 2002-12-11 15:55:29 +00:00
i4brunppp.c
Makefile Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
README

$FreeBSD$

BEWARE: HIGHLY EXPERIMENTAL!
---------------------------

This program is used in conjunction with a isdnd.rc entry similar to

	regexpr = "ULPPP.*call active"   # look for matches in log messages
	regprog = i4brunppp              # execute program when match is found

this one (see also i4brunppp-isdnd.rc). 

i4brunppp _must_ be put into /etc/isdn!

When an active call is detected, isdnd fires off i4brunppp, which attaches
the rbch device used to stdin/stdout and then runs ppp which is given the
"-direct" command and the string "inc_rbchX" (where X is the i4brbch unit
number) as arguments.