[Asterisk-cvs] asterisk/configs dundi.conf.sample,1.10,1.11
russell at lists.digium.com
russell at lists.digium.com
Tue Apr 5 22:40:48 CDT 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv11682/configs
Modified Files:
dundi.conf.sample
Log Message:
document the 'weight' option
Index: dundi.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/dundi.conf.sample,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dundi.conf.sample 6 Apr 2005 02:54:59 -0000 1.10
+++ dundi.conf.sample 6 Apr 2005 03:33:30 -0000 1.11
@@ -74,15 +74,20 @@
;
; 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
More information about the svn-commits
mailing list