aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-02 19:28:07 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-02 19:28:07 +0000
commit6d45c249a31393b5a3f53b16fe4e60b8e20fbb77 (patch)
treefab1e492758e5dab900fef6e4db3282ce8b8b416 /CHANGES
parent013b3deec95562aa63e0c8badfcc2f151c1bb78a (diff)
Merged revisions 145959 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r145959 | russell | 2008-10-02 14:27:37 -0500 (Thu, 02 Oct 2008) | 2 lines TCP support for ExternalIVR went in to 1.6.1, not 1.6.0 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@145960 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index ef3f769c9..42d99b8aa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -88,6 +88,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
@@ -632,8 +634,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
---------------------