[asterisk-commits] jpeeler: trunk r292084 - in /trunk: ./ pbx/pbx_spool.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 18 10:33:38 CDT 2010
Author: jpeeler
Date: Mon Oct 18 10:33:35 2010
New Revision: 292084
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292084
Log:
Merged revisions 292083 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r292083 | jpeeler | 2010-10-18 10:32:40 -0500 (Mon, 18 Oct 2010) | 4 lines
Disable use of inotify for call file handling as it is not working properly.
(related to #18089)
........
Modified:
trunk/ (props changed)
trunk/pbx/pbx_spool.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/pbx/pbx_spool.c
URL: http://svnview.digium.com/svn/asterisk/trunk/pbx/pbx_spool.c?view=diff&rev=292084&r1=292083&r2=292084
==============================================================================
--- trunk/pbx/pbx_spool.c (original)
+++ trunk/pbx/pbx_spool.c Mon Oct 18 10:33:35 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