mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
document the 'weight' option
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5419 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -74,15 +74,20 @@ autokill=yes
|
|||||||
;
|
;
|
||||||
; dundi_context => local_context,weight,tech,dest[,options]]
|
; 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
|
; 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.
|
; 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
|
; following variables can be used in the destination string and will
|
||||||
; be automatically substituted:
|
; be automatically substituted:
|
||||||
; ${NUMBER}: The number being requested
|
; ${NUMBER}: The number being requested
|
||||||
|
Reference in New Issue
Block a user