From: Jeff Peeler Date: Mon, 18 Oct 2010 15:33:35 +0000 (+0000) Subject: Merged revisions 292083 via svnmerge from X-Git-Tag: 10.0.0-beta1~873 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=14cef4634e78e1d26e2a3bc179c867e380a4ba4f 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) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@292084 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c index 9b88dd4..00d6041 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