From a312561ff870772b80905542835845a09455fa39 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Thu, 5 Jan 2006 09:40:22 +0000 Subject: Doxygen updates git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7814 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/dns.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/asterisk/dns.h b/include/asterisk/dns.h index 18ebaf585..615351b8a 100644 --- a/include/asterisk/dns.h +++ b/include/asterisk/dns.h @@ -26,12 +26,14 @@ struct ast_channel; -/*! \brief Perform DNS lookup (used by enum and SRV lookups) +/*! \brief Perform DNS lookup (used by DNS, enum and SRV lookups) \param context \param dname Domain name to lookup (host, SRV domain, TXT record name) \param class Record Class (see "man res_search") \param type Record type (see "man res_search") \param callback Callback function for handling DNS result + \note Asterisk DNS is synchronus at this time. This means that if your DNS + services does not work, Asterisk may lock while waiting for response. */ extern int ast_search_dns(void *context, const char *dname, int class, int type, int (*callback)(void *context, char *answer, int len, char *fullanswer)); -- cgit v1.2.3