[svn-commits] seanbright: trunk r124835 - in /trunk: CHANGES UPGRADE.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 24 06:02:03 CDT 2008


Author: seanbright
Date: Tue Jun 24 06:02:02 2008
New Revision: 124835

URL: http://svn.digium.com/view/asterisk?view=rev&rev=124835
Log:
Update CHANGES and UPGRADE.txt per kpfleming's mail to #asterisk-dev.

Modified:
    trunk/CHANGES
    trunk/UPGRADE.txt

Modified: trunk/CHANGES
URL: http://svn.digium.com/view/asterisk/trunk/CHANGES?view=diff&rev=124835&r1=124834&r2=124835
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Tue Jun 24 06:02:02 2008
@@ -155,6 +155,11 @@
   * res_odbc no longer has a limit of 1023 total possible unshared connections,
     as some people were running into this limit.  This limit has been increased
     to 4.2 billion.
+
+Queue changes
+-------------
+  * The TRANSFER queue log entry now includes the the caller's original
+    position in the transferred-from queue.
 
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 1.4.X to Asterisk 1.6.0  -------------

Modified: trunk/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/trunk/UPGRADE.txt?view=diff&rev=124835&r1=124834&r2=124835
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Tue Jun 24 06:02:02 2008
@@ -220,12 +220,18 @@
   output of the SIPpeers command.
 
 * cdr_manager now reports at the "cdr" level, not at "call"  You may need to
-   change your manager.conf to add the level to existing AMI users, if they
-   want to see the CDR events generated.
+  change your manager.conf to add the level to existing AMI users, if they
+  want to see the CDR events generated.
 
 * The Originate command now requires the Originate write permission.  For
-   Originate with the Application parameter, you need the additional System
-   privilege if you want to do anything that calls out to a subshell.
+  Originate with the Application parameter, you need the additional System
+  privilege if you want to do anything that calls out to a subshell.
+
+Queues:
+
+* New queue log events ADDMEMBER and REMOVEMEMBER have been added.  Also, a
+  new value has been added to the TRANSFER event that indicates the caller's
+  original position in the queue they are being transfered from.
 
 iLBC Codec:
 




More information about the svn-commits mailing list