1 # example of a configuration file for the isdn daemon & user-ppp
3 # $FreeBSD: src/share/examples/ppp/isdnd.rc,v 1.2.4.1 2000/11/30 23:12:22 brian Exp $
4 # $DragonFly: src/share/examples/ppp/isdnd.rc,v 1.2 2003/06/17 04:36:57 dillon Exp $
7 # SYSTEM section: isdnd global configuration parameters
13 acctall = on # generate info for everything
14 acctfile = /var/log/isdnd.acct # name & location of accounting file
15 useacctfile = yes # generate accouting info to file
17 monitor-allowed = no # global switch: monitor on/off
28 local-phone-incoming = 1234567
29 remote-phone-incoming = *
30 local-phone-dialout = 1234567 # This *MUST* be your local number
31 remote-phone-dialout = 1234567 # ppp(8) will override this
32 remdial-handling = first
33 dialin-reaction = ignore
36 idletime-incoming = 900 # Should be larger than ppp's timeout
37 idletime-outgoing = 900 # Should be larger than ppp's timeout
42 recoverytime = 1 # Should be smaller than ppp's redial
53 local-phone-incoming = 1234567
54 remote-phone-incoming = *
55 local-phone-dialout = 1234567 # This *MUST* be your local number
56 remote-phone-dialout = 1234567 # ppp(8) will override this
57 remdial-handling = first
58 dialin-reaction = accept
61 idletime-incoming = 900 # Should be larger than ppp's timeout
62 idletime-outgoing = 900 # Should be larger than ppp's timeout
67 recoverytime = 1 # Should be smaller than ppp's redial