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 {}

#protos:allow {
#    ip/tcp,udp
#}

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

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

timeouts:dial {
    non_stream	20
    last_close	8
    inactivity     120
}

timeouts:answer {
    inactivity	180
}
