Skip to content
Snippets Groups Projects
Commit 4eab5043 authored by James Golovich's avatar James Golovich
Browse files

Update example dundi.conf docs to include the other 2 variables that can be...

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
parent 8c4657bd
Branches
Tags
No related merge requests found
...@@ -72,9 +72,12 @@ autokill=yes ...@@ -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:
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment