Skip to content
Snippets Groups Projects
Commit 1c969468 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

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: https://origsvn.digium.com/svn/asterisk/trunk@88863 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 57c44096
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment