freebsd-dev/share/examples/isdn/i4brunppp
Hellmuth Michaelis 868080172d Add the i4brunppp utility to the example section. This utility is one way
of taking incoming calls with i4b in conjunction with userland ppp(8).
2001-07-21 11:49:28 +00:00
..
i4brunppp-isdnd.rc Add the i4brunppp utility to the example section. This utility is one way 2001-07-21 11:49:28 +00:00
i4brunppp.8 Add the i4brunppp utility to the example section. This utility is one way 2001-07-21 11:49:28 +00:00
i4brunppp.c Add the i4brunppp utility to the example section. This utility is one way 2001-07-21 11:49:28 +00:00
Makefile Add the i4brunppp utility to the example section. This utility is one way 2001-07-21 11:49:28 +00:00
README Add the i4brunppp utility to the example section. This utility is one way 2001-07-21 11:49:28 +00:00

$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.