[asterisk-commits] r189771 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 21 15:34:43 CDT 2009


Author: dvossel
Revision: 189771
Modified property: svn:log

Modified: svn:log at Tue Apr 21 15:34:43 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Apr 21 15:34:43 2009
@@ -1,4 +1,4 @@
-Fixes segfault when switching upd to tcp in sip.conf after reload.
+Fixes segfault when switching UDP to TCP in sip.conf after reload.
 
 If transport in sip.conf is switched from upd to tcp, Asterisk segfaults right after issuing a sip reload.  The problem is the socket type is changed to TCP but the fd may still be present for UDP.  Later, when the tcp session should be created or set using an existing one, it isn't because the old file descriptor is still present.  Now every time transport is changed during a sip.conf reload, the file descriptor is set to -1, signifying it must be created or found.
 




More information about the asterisk-commits mailing list