mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user