Initial import from FreeBSD RELENG_4:
[games.git] / share / examples / isdn / i4brunppp / README
1 $FreeBSD: src/share/examples/isdn/i4brunppp/README,v 1.1.2.1 2001/08/12 01:57:09 obrien Exp $
2
3 BEWARE: HIGHLY EXPERIMENTAL!
4 ---------------------------
5
6 This program is used in conjunction with a isdnd.rc entry similar to
7
8         regexpr = "ULPPP.*call active"   # look for matches in log messages
9         regprog = i4brunppp              # execute program when match is found
10
11 this one (see also i4brunppp-isdnd.rc). 
12
13 i4brunppp _must_ be put into /etc/isdn!
14
15 When an active call is detected, isdnd fires off i4brunppp, which attaches
16 the rbch device used to stdin/stdout and then runs ppp which is given the
17 "-direct" command and the string "inc_rbchX" (where X is the i4brbch unit
18 number) as arguments.
19