From d04d58c7c62c41c3830baa06a3892fa1caa1a1a3 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Mon, 18 Oct 2010 15:32:40 +0000 Subject: [PATCH] Disable use of inotify for call file handling as it is not working properly. (related to #18089) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@292083 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_spool.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c index 9b88dd4232..00d604137d 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 #include #include