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