[svn-commits] russell: branch 1.6.1 r145960 - in /branches/1.6.1: ./ CHANGES

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 2 14:28:08 CDT 2008


Author: russell
Date: Thu Oct  2 14:28:07 2008
New Revision: 145960

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145960
Log:
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

........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/CHANGES

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/CHANGES
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/CHANGES?view=diff&rev=145960&r1=145959&r2=145960
==============================================================================
--- branches/1.6.1/CHANGES (original)
+++ branches/1.6.1/CHANGES Thu Oct  2 14:28:07 2008
@@ -88,6 +88,8 @@
  * 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 @@
      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
 ---------------------




More information about the svn-commits mailing list