summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-10-02 19:27:37 +0000
committerRussell Bryant <russell@russellbryant.com>2008-10-02 19:27:37 +0000
commit2546f9b45014989e98b79ce3c5f60f72c82325a4 (patch)
tree39bf5a65c89e60baee520790c75dde00a45874e4 /CHANGES
parent9f1c67dce644cdefa0efdbeeb416fd8cd7b9c1c1 (diff)
TCP support for ExternalIVR went in to 1.6.1, not 1.6.0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1f6e42014..8b1cb25e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -112,6 +112,8 @@ Application Changes
* ExternalIVR now takes several options that affect the way it performs, as
well as having several new commands. Please see doc/externalivr.txt for the
complete documentation.
+ * Added ability to communicate over a TCP socket instead of forking a child process for the
+ ExternalIVR application.
* ChanIsAvail has a new option, 'a', which will return all available channels instead
of just the first one if you give the function more then one channel to check.
* PrivacyManager now takes an option where you can specify a context where the
@@ -662,8 +664,6 @@ Other Dialplan Application Changes
or NOCHANNEL if the given channel was not found.
* The silencethreshold setting that was previously configurable in multiple
applications is now settable globally via dsp.conf.
- * Added ability to communicate over a TCP socket instead of forking a child process for the
- ExternalIVR application.
Music On Hold Changes
---------------------