Merge from vendor branch NTPD:
[dragonfly.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 $DragonFly: src/share/examples/isdn/i4brunppp/README,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4 BEWARE: HIGHLY EXPERIMENTAL!
5 ---------------------------
6
7 This program is used in conjunction with a isdnd.rc entry similar to
8
9         regexpr = "ULPPP.*call active"   # look for matches in log messages
10         regprog = i4brunppp              # execute program when match is found
11
12 this one (see also i4brunppp-isdnd.rc). 
13
14 i4brunppp _must_ be put into /etc/isdn!
15
16 When an active call is detected, isdnd fires off i4brunppp, which attaches
17 the rbch device used to stdin/stdout and then runs ppp which is given the
18 "-direct" command and the string "inc_rbchX" (where X is the i4brbch unit
19 number) as arguments.
20