From ea573b112fb1d9bd6736ad888482ef920985e25f Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 16 Sep 2011 19:06:27 +0000 Subject: [PATCH] Make a note that inotify won't work with an NFS mounted spooler directory. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@336234 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE.txt b/UPGRADE.txt index 72dca37bd5..c2a7bd0961 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -147,6 +147,12 @@ From 1.6.2 to 1.8: events/responses output the connected line ID as caller ID. These party ID's are now separate. +* The outgoing directory (where .call files are read) now uses inotify to + detect file changes instead of polling the directory on a regular basis. + If your outgoing folder is on a NFS mount or another network file system, + changes to the files will not be detected. You can revert to polling the + directory by specifying --without-inotify to configure before compiling. + From 1.6.1 to 1.6.2: * SIP no longer sends the 183 progress message for early media by -- 2.47.2