DUNDILOOKUP(number[|DUNDi-context[|options]])
Looks up a telephone number with DUNDi (???). If
is specified,
DUNDi-contexte164 is assumed. The option b (bypass) will
cause Asterisk to bypass the internal DUNDi cache. Returns the found
entry in the form technology/resource, if it exists,
otherwise returns an empty string.
; look up number 5145550123 in DUNDi:
exten => 123,1,Set(foo=${DUNDILOOKUP(5145550123)})
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about function 'DUNDILOOKUP' =- [Syntax] DUNDILOOKUP(number[|context[|options]]) [Synopsis] Do a DUNDi lookup of a phone number. [Description] This will do a DUNDi lookup of the given phone number. If no context is given, the default will be e164. The result of this function will the Technology/Resource found in the DUNDi lookup. If no results were found, the result will be blank. If the 'b' option is specified, the internal DUNDi cache will be bypassed. diff output to internal help in Asterisk 1.2: - none - |
See also.
dundi.conf