login | register
Thu 04 of Dec, 2008 [00:11 UTC]

voip-info.org

Discuss [0] History

Asterisk func txtcidname

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

Synopsis:

 TXTCIDNAME looks up a caller name via DNS

Description:

 TXTCIDNAME(<number>)
 
This function looks up the given phone number in DNS to retrieve
the caller id name.  The result will either be blank or be the value
found in the TXT record in DNS.


Notes

  • *CLI> show function TXTCIDNAME

Return value

Returns the resulting string.

Example

exten => s,1,Set(foo=${TXTCIDNAME(7073334444)})


See also



Comments