freebsd-dev/share/examples/isdn/i4brunppp
Bjoern A. Zeeb ec8fa4cfd9 I4B header files are now installed in include/i4b/ and no longer
in include/machine/.

Adapt #include paths.

Approved by:	re (kensmith)
2007-07-06 07:21:56 +00:00
..
i4brunppp-isdnd.rc
i4brunppp.8
i4brunppp.c I4B header files are now installed in include/i4b/ and no longer 2007-07-06 07:21:56 +00:00
Makefile
README

$FreeBSD$

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

This program is used in conjunction with an 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.