Synopsis:
Do a DUNDi lookup of a phone number.
Description:
DUNDILOOKUP(number[|context[|options]])
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 be 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.
Notes
- *CLI> show function DUNDILOOKUP
Return value
Returns the resulting string.
Example
exten => s,1,Set(foo=${DUNDILOOKUP(707996444)})