dect
/
asterisk
Archived
13
0
Fork 0

TCP support for ExternalIVR went in to 1.6.1, not 1.6.0

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@145959 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-10-02 19:27:37 +00:00
parent fc91a9303f
commit 6e326c6ccf
1 changed files with 2 additions and 2 deletions

View File

@ -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
---------------------