From 1c36c41f1eeaa461e23039f405ce3609186da959 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Wed, 6 Apr 2005 02:54:59 +0000
Subject: [PATCH] clarify information on time waited for a response

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5418 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/dundi.conf.sample | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configs/dundi.conf.sample b/configs/dundi.conf.sample
index b9e1c881b7..ffb971313d 100755
--- a/configs/dundi.conf.sample
+++ b/configs/dundi.conf.sample
@@ -32,8 +32,9 @@
 ;
 ;entityid=00:07:E9:3B:76:60
 ;
-; Define the max depth in which to search the DUNDi system (also max # of 
-; seconds to wait for a reply)
+; 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.
 ;
 ttl=32
 ;
-- 
GitLab