[asterisk-commits] r321392 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri May 27 19:13:17 CDT 2011


Author: rmudgett
Revision: 321392
Modified property: svn:log

Modified: svn:log at Fri May 27 19:13:17 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri May 27 19:13:17 2011
@@ -1,1 +1,11 @@
-Don't run the risk of a DNS SRV lookup if already cleaned up.
+Crash when using hagi and no servers are available.
+
+When none of the servers returned by the SRV querey respond, asterisk
+crashes.  The problem is that if the loop over all the SRV entries
+finishes then the srv_context has already been cleaned up.
+
+* Make ast_srv_cleanup() check to see if the context is already cleaned
+up.
+
+(closes issue #19256)
+Reported by: byronclark




More information about the asterisk-commits mailing list