DPaccess 2.0
#
# Options to allow only certain protocols, times of use, or specific machines.
# These limit the conditions in order to initiate a call.
#

#times:call {
#   weekends || weekdays/[17:00,6:00]
#}

protos:disallow {
    ip/tcp/smtp
}

#addrs:allow {
#    src:ip/128.210 || ip/128.46.157.152
#}

timeouts {
    failedcall	2:00	# time to mark network as down after failed call
    callwait	3:00	# time to allow for call to go through
}

timeouts:dial {
    protos:ip/tcp/70,80 {
	non_stream	1:30
	last_close	1:30
    }
    non_stream	0:20
    last_close	0:08
    inactivity  2:00
}

timeouts:answer {
    inactivity	3:00
}
