aboutsummaryrefslogtreecommitdiffstats
path: root/configs/dundi.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-21 00:58:31 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-21 00:58:31 +0000
commit3f68f77f4fbcbc7a45e1b89dbf535535e62b3718 (patch)
tree8262c1e857c11e5661535c025f9b9ed13eb7373b /configs/dundi.conf.sample
parenta90ec2533f3d62f8a4ce9073046303c1e6ded1de (diff)
make query cache time configurable (bug #4524)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5946 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/dundi.conf.sample')
-rwxr-xr-xconfigs/dundi.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/dundi.conf.sample b/configs/dundi.conf.sample
index 3afe732d2..a3c8c77d9 100755
--- a/configs/dundi.conf.sample
+++ b/configs/dundi.conf.sample
@@ -34,6 +34,11 @@
;
;entityid=00:07:E9:3B:76:60
;
+; Peers shall cache our query responses for the specified time,
+; given in seconds. Default is 3600.
+;
+;cachetime=3600
+;
; This defines the max depth in which to search the DUNDi system.
; Note that the maximum time that we will wait for a response is
; (2000 + 200 * ttl) ms.