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:allow {
#    ip/tcp,udp
#}

#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	2:00
	last_close	2:00
    }
    non_stream	0:20
    last_close	0:08
    inactivity  3:00
}

timeouts:answer {
    inactivity	4:00
}
