Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jul 1999 15:43:37 +0200
From:      Luke Roberts <luke@roberts.nl>
To:        freebsd-isdn@freebsd.org
Subject:   Re: looking for dynamic IP in i4b logfile
Message-ID:  <4.2.0.58.19990708153303.00998ad0@pop.roberts.nl>
In-Reply-To: <199907081319.PAA24101@wurzelausix.cs.uni-sb.de>
References:  <4.2.0.58.19990708140501.009a59a0@pop.roberts.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Alexander,

>Isn't "isdn-up" called with the IP as a parameter?
>For a quick test put an "echo $* >/path/to/file" in it.

In my /etc/isdn/isdnd.rc I have the following lines which call 
/etc/isdn/isdn-up and /etc/isdn/isdn-out:

#------------------------------------
# regular expression pattern matching
#------------------------------------

regexpr = "demon outgoing call active"
regprog = isdn-up
regexpr = "demon outgoing call disconnected"
regprog = isdn-down

#---------------------------------------------------
# entry selection: ppp example for my ISP (demon.nl)
#---------------------------------------------------

entry
name             = demon          # I use provider name
userdevicename   = isp

etc.....
etc....
etc...
etc..
etc.


This should do the trick,

Have fun,

Luke




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.0.58.19990708153303.00998ad0>