aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 02:53:13 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 02:53:13 +0000
commita5b8bbee8f227b409215563d1aed9a5c29c7e9e6 (patch)
tree7349f270051c2494e5c8acc3371344980ac96821 /include/asterisk
parentb4fe14f9d0db9220ba256abd1fe41c31ecd5d0fb (diff)
Merged revisions 88862 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r88862 | kpfleming | 2007-11-05 20:52:05 -0600 (Mon, 05 Nov 2007) | 2 lines update comment to match the state of the code ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88863 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/srv.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asterisk/srv.h b/include/asterisk/srv.h
index b15ebdc5f..567b40844 100644
--- a/include/asterisk/srv.h
+++ b/include/asterisk/srv.h
@@ -26,10 +26,9 @@
/*!
\file srv.h
\brief Support for DNS SRV records, used in to locate SIP services.
- \note Note: This SRV record support is very minimal; it will only
- return the first (lowest priority) answer that is received, and
- has no provisions for the 'weight' elements of the records or
- retrying if the first returned result fails.
+ \note Note: This SRV record support will respect the priority and
+ weight elements of the records that are returned, but there are
+ no provisions for retrying or failover between records.
*/
/*! Lookup entry in SRV records Returns 1 if found, 0 if not found, -1 on hangup