aboutsummaryrefslogtreecommitdiffstats
path: root/configs/dundi.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-06 03:33:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-06 03:33:30 +0000
commit279038757abe38efcc01466e487bfd65b548cc90 (patch)
tree6746ce638fd909f861b726c6ed82926686f40da5 /configs/dundi.conf.sample
parent4bd4c06a76ea365387bbadd338fe773268f1eee5 (diff)
document the 'weight' option
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5419 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/dundi.conf.sample')
-rwxr-xr-xconfigs/dundi.conf.sample13
1 files changed, 9 insertions, 4 deletions
diff --git a/configs/dundi.conf.sample b/configs/dundi.conf.sample
index ffb971313..6dd6b8fde 100755
--- a/configs/dundi.conf.sample
+++ b/configs/dundi.conf.sample
@@ -74,15 +74,20 @@ autokill=yes
;
; dundi_context => local_context,weight,tech,dest[,options]]
;
-; dundi_context is the name of the context being requested
+; 'dundi_context' is the name of the context being requested
; within the DUNDi request
;
-; local_context is the name of the context on the local system
+; 'local_context' is the name of the context on the local system
; in which numbers can be looked up for which responses shall be given.
;
-; tech is the technology to use (IAX, SIP, H323)
+; 'weight' is the weight to use for the responses provided from this
+; mapping. The number must be >= 0 and < 60000. Since it is totally
+; valid to receive multiple reponses to a query, responses received
+; with a lower weight are tried first.
;
-; dest is the destination to supply for reaching that number. The
+; 'tech' is the technology to use (IAX, SIP, H323)
+;
+; '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