]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Disable use of inotify for call file handling as it is not working properly.
authorJeff Peeler <jpeeler@digium.com>
Mon, 18 Oct 2010 15:32:40 +0000 (15:32 +0000)
committerJeff Peeler <jpeeler@digium.com>
Mon, 18 Oct 2010 15:32:40 +0000 (15:32 +0000)
(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

index 9b88dd42321079b74c205a158e35e7f23effcd83..00d604137d7aa25bbf64cd9462df5175b4156e49 100644 (file)
 
 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>