From 4eab5043319a89cece34ee33d5fd0f8c50f5500f Mon Sep 17 00:00:00 2001
From: James Golovich <james@gnuinter.net>
Date: Fri, 22 Oct 2004 14:52:42 +0000
Subject: [PATCH] Update example dundi.conf docs to include the other 2
 variables that can be used in the destination string

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

diff --git a/configs/dundi.conf.sample b/configs/dundi.conf.sample
index c95d7fd935..39dda3dfd7 100755
--- a/configs/dundi.conf.sample
+++ b/configs/dundi.conf.sample
@@ -72,9 +72,12 @@ autokill=yes
 ;
 ; tech is the technology to use (IAX, SIP, H323)
 ;
-; dest is the destination to supply for reaching that number.  Note
-; that the variable ${NUMBER} shall be replaced by the number being
-; requested.
+; dest is the destination to supply for reaching that number.  The
+; following variables can be used in the destination string and will
+; be automatically substituted:
+; ${NUMBER}: The number being requested
+; ${IPADDR}: The IP address to connect to
+; ${SECRET}: The current rotating secret key to be used
 ;
 ; Further options may include:
 ;
-- 
GitLab