login | register
Thu 04 of Dec, 2008 [01:29 UTC]

voip-info.org

Discuss [0] History

Asterisk func dundilookup

Created by: murf,Last modification on Sat 14 of Jan, 2006 [05:44 UTC]

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)})


See also



Comments