Skip to content
Snippets Groups Projects
Commit 00f74ac2 authored by Sean Bright's avatar Sean Bright
Browse files

Update CHANGES and UPGRADE.txt per kpfleming's mail to #asterisk-dev.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@124835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ed289fd3
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,11 @@ ODBC Changes ...@@ -156,6 +156,11 @@ ODBC Changes
as some people were running into this limit. This limit has been increased as some people were running into this limit. This limit has been increased
to 4.2 billion. 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 ------------- --- Functionality changes from Asterisk 1.4.X to Asterisk 1.6.0 -------------
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
......
...@@ -220,12 +220,18 @@ Manager: ...@@ -220,12 +220,18 @@ Manager:
output of the SIPpeers command. output of the SIPpeers command.
* cdr_manager now reports at the "cdr" level, not at "call" You may need to * 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 change your manager.conf to add the level to existing AMI users, if they
want to see the CDR events generated. want to see the CDR events generated.
* The Originate command now requires the Originate write permission. For * The Originate command now requires the Originate write permission. For
Originate with the Application parameter, you need the additional System Originate with the Application parameter, you need the additional System
privilege if you want to do anything that calls out to a subshell. 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: iLBC Codec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment