]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/examples/isdn/i4brunppp/README
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / examples / isdn / i4brunppp / README
1 $FreeBSD$
2
3 BEWARE: HIGHLY EXPERIMENTAL!
4 ---------------------------
5
6 This program is used in conjunction with an 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.