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
1.2-netsec
James Golovich 21 years ago
parent 8c4657bddf
commit 4eab504331

@ -72,9 +72,12 @@ autokill=yes
; ;
; tech is the technology to use (IAX, SIP, H323) ; tech is the technology to use (IAX, SIP, H323)
; ;
; dest is the destination to supply for reaching that number. Note ; dest is the destination to supply for reaching that number. The
; that the variable ${NUMBER} shall be replaced by the number being ; following variables can be used in the destination string and will
; requested. ; 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: ; Further options may include:
; ;

Loading…
Cancel
Save