aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-18 15:32:40 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-18 15:32:40 +0000
commit3af2c725855fce0f2fff7d8d0012ec18e2cf2446 (patch)
treef31053993cf123278add9589b2bfdd6ebb4c9f97 /pbx
parenta6cd8194c22142ade674f72abc216ec11a662942 (diff)
Disable use of inotify for call file handling as it is not working properly.
(related to #18089) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292083 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-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>