[asterisk-commits] r326209 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jul 5 08:30:06 CDT 2011


Author: mjordan
Revision: 326209
Modified property: svn:log

Modified: svn:log at Tue Jul  5 08:30:06 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jul  5 08:30:06 2011
@@ -1,14 +1,7 @@
-Merged revisions 325877 via svnmerge from 
-https://origsvn.digium.com/svn/asterisk/branches/1.8
+Updated filestream destructor to block until move is complete when cache is used
 
-........
-  r325877 | mjordan | 2011-06-30 15:09:48 -0500 (Thu, 30 Jun 2011) | 9 lines
-  
-  Patched voicemail user option for emailbody / emailsubject
-  
-  Incorporated changes per ASTERISK-16795; updated unit tests to check for vmu->emailbody / vmu->emailsubject
-  
-  (closes issue ASTERISK-16795)
-  Reported by: mdeneen
-  Tested by: mjordan
-........
+When a cache directory is used, the process is forked and a mv command is executed to move the temporary file to the permanent location.  This caused issues with voicemail, where a race condition occurred when the parent expected the file to be in the permanent location prior to the mv command completing.  The parent process is now blocked until the mv command completes.
+
+(closes issue ASTERISK-17724)
+Reported by: Adiren P.
+Tested by: mjordan




More information about the asterisk-commits mailing list