[asterisk-commits] jpeeler: branch 1.8 r292083 - /branches/1.8/pbx/pbx_spool.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Oct 18 10:32:43 CDT 2010


Author: jpeeler
Date: Mon Oct 18 10:32:40 2010
New Revision: 292083

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292083
Log:
Disable use of inotify for call file handling as it is not working properly.

(related to #18089)

Modified:
    branches/1.8/pbx/pbx_spool.c

Modified: branches/1.8/pbx/pbx_spool.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/pbx/pbx_spool.c?view=diff&rev=292083&r1=292082&r2=292083
==============================================================================
--- branches/1.8/pbx/pbx_spool.c (original)
+++ branches/1.8/pbx/pbx_spool.c Mon Oct 18 10:32:40 2010
@@ -25,6 +25,11 @@
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
+/* Handling of call files using inotify is not functioning correctly currently:
+ * Issue 18089 - https://issues.asterisk.org/view.php?id=18089 
+ */
+#undef HAVE_INOTIFY
 
 #include <sys/stat.h>
 #include <time.h>




More information about the asterisk-commits mailing list