aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_spool.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_spool.c')
-rw-r--r--pbx/pbx_spool.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index 9b88dd423..00d604137 100644
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -26,6 +26,11 @@
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>
#include <utime.h>