summaryrefslogtreecommitdiff
path: root/UPGRADE-1.8.txt
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2011-09-16 19:11:22 +0000
committerSean Bright <sean@malleable.com>2011-09-16 19:11:22 +0000
commit9112b5c75d1a608ff780b12dde74f9d04c7460ad (patch)
tree834756a10ff7d99b1a4f954cb2f807472f171189 /UPGRADE-1.8.txt
parentb5a641d1fefb8ad96a9f4e2dd43cbe738c59ae12 (diff)
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. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@336236 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE-1.8.txt')
-rw-r--r--UPGRADE-1.8.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE-1.8.txt b/UPGRADE-1.8.txt
index b70ff07f6..ebafedd9e 100644
--- a/UPGRADE-1.8.txt
+++ b/UPGRADE-1.8.txt
@@ -143,6 +143,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