Add some comments and $FreeBSD$

This commit is contained in:
Brian Somers 2000-11-30 22:24:51 +00:00
parent 35ccfc58d8
commit 9f361a4b13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69419

View File

@ -1,17 +1,13 @@
#------------------------------------------------------------------------------
#
# example of a configuration file for the isdn daemon & user-ppp
# --------------------------------------------------------------
#
#------------------------------------------------------------------------------
# $FreeBSD$
#==============================================================================
# SYSTEM section: isdnd global configuration parameters
#==============================================================================
system
# accounting
# ----------
acctall = on # generate info for everything
acctfile = /var/log/isdnd.acct # name & location of accounting file
@ -19,9 +15,9 @@ useacctfile = yes # generate accouting info to file
isdntime = on
monitor-allowed = no # global switch: monitor on/off
#=================================================================
# User-ppp example
#=================================================================
entry
name = userppp0
usrdevicename = rbch
@ -30,20 +26,20 @@ isdncontroller = 0
isdnchannel = -1
local-phone-incoming = 1234567
remote-phone-incoming = *
local-phone-dialout = 1234567
local-phone-dialout = 1234567 # This *MUST* be your local number
remote-phone-dialout = 1234567 # ppp(8) will override this
remdial-handling = first
dialin-reaction = ignore
dialout-type = normal
b1protocol = hdlc
idletime-incoming = 900 # Should be larger than ppps timeout
idletime-outgoing = 900 # Should be larger than ppps timeout
idletime-incoming = 900 # Should be larger than ppp's timeout
idletime-outgoing = 900 # Should be larger than ppp's timeout
ratetype = 0
unitlength = 90
unitlengthsrc = rate
dialretries = 1
dialrandincr = on
recoverytime = 1 # Should be smaller than ppps redial
recoverytime = 1 # Should be smaller than ppp's redial
usedown = off
downtries = 2
downtime = 30
@ -56,20 +52,20 @@ isdncontroller = 0
isdnchannel = -1
local-phone-incoming = 1234567
remote-phone-incoming = *
local-phone-dialout = 1234567
local-phone-dialout = 1234567 # This *MUST* be your local number
remote-phone-dialout = 1234567 # ppp(8) will override this
remdial-handling = first
dialin-reaction = accept
dialout-type = normal
b1protocol = hdlc
idletime-incoming = 900 # Should be larger than ppps timeout
idletime-outgoing = 900 # Should be larger than ppps timeout
idletime-incoming = 900 # Should be larger than ppp's timeout
idletime-outgoing = 900 # Should be larger than ppp's timeout
ratetype = 0
unitlength = 90
unitlengthsrc = rate
dialretries = 1
dialrandincr = on
recoverytime = 1 # Should be smaller than ppps redial
recoverytime = 1 # Should be smaller than ppp's redial
usedown = off
downtries = 2
downtime = 30