aboutsummaryrefslogtreecommitdiffstats
path: root/main/srv.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-14Return the proper value when the srv_callback function executes properly.file1-1/+1
(closes issue #11240) Reported by: jtodd git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89260 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-08fix a glaring bug in the new SRV record handling that would cause incorrect ↵kpfleming1-0/+1
weight sorting git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89105 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-05Merge changes from asterisk/team/kpfleming/SRV-priority-handlingrussell1-41/+146
Previously, the SRV record support in Asterisk was broken. There was no guarantee on what record Asterisk would choose to actually use. This set of changes improves the situation by ensuring that Asterisk will choose the highest priority record. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@88719 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+140
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b