--- asterisk-1.8.0-rc2/pbx/pbx_spool.c.orig 2010-10-03 13:26:12.000000000 -0500 +++ asterisk-1.8.0-rc2/pbx/pbx_spool.c 2010-10-03 13:28:29.000000000 -0500 @@ -553,7 +553,7 @@ } #ifdef HAVE_INOTIFY - inotify_add_watch(inotify_fd, qdir, IN_CREATE | IN_MOVED_TO); + inotify_add_watch(inotify_fd, qdir, IN_CLOSE_WRITE | IN_MOVED_TO); #endif /* First, run through the directory and clear existing entries */