dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@292084 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2010-10-18 15:33:35 +00:00
parent d94154314b
commit 27c43e7b2a
1 changed files with 5 additions and 0 deletions

View File

@ -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>