[asterisk-commits] seanbright: trunk r336236 - in /trunk: ./ UPGRADE-1.8.txt

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 16 14:11:24 CDT 2011


Author: seanbright
Date: Fri Sep 16 14:11:22 2011
New Revision: 336236

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=336236
Log:
Merged revisions 336235 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/10

................
  r336235 | seanbright | 2011-09-16 15:10:39 -0400 (Fri, 16 Sep 2011) | 9 lines
  
  Merged revisions 336234 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.8
  
  ........
    r336234 | seanbright | 2011-09-16 15:06:27 -0400 (Fri, 16 Sep 2011) | 2 lines
    
    Make a note that inotify won't work with an NFS mounted spooler directory.
  ........
................

Modified:
    trunk/   (props changed)
    trunk/UPGRADE-1.8.txt

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: trunk/UPGRADE-1.8.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE-1.8.txt?view=diff&rev=336236&r1=336235&r2=336236
==============================================================================
--- trunk/UPGRADE-1.8.txt (original)
+++ trunk/UPGRADE-1.8.txt Fri Sep 16 14:11:22 2011
@@ -143,6 +143,12 @@
   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




More information about the asterisk-commits mailing list