[asterisk-commits] mjordan: branch 11 r395020 - in /branches/11: CHANGES UPGRADE.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jul 21 17:52:00 CDT 2013
Author: mjordan
Date: Sun Jul 21 17:51:58 2013
New Revision: 395020
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395020
Log:
Add an upgrade note for libuuid dependency; remove note in CHANGES
This patch notes that libuuid is now a dependency for res_rtp_asterisk; this
was introduced in between 11.4.0 and 11.5.0 to resolve a dependency for
pjproject, which res_rtp_asterisk uses for ICE/STUN/TURN support.
It also removes a conflicting note from CHANGES. While support for playing
prompts to the first participant was added for app_queue, it was disabled
by default and an option added to enable it. That was properly noted in the
UPGRADE.txt file.
Modified:
branches/11/CHANGES
branches/11/UPGRADE.txt
Modified: branches/11/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/11/CHANGES?view=diff&rev=395020&r1=395019&r2=395020
==============================================================================
--- branches/11/CHANGES (original)
+++ branches/11/CHANGES Sun Jul 21 17:51:58 2013
@@ -7,17 +7,9 @@
=== and the other UPGRADE files for older releases.
===
==============================================================================
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
-------------------------------------------------------------------------------
-
-App_queue
----------
- * App_queue will now play periodic announcements for the caller that
- holds the first position in the queue while waiting for answer.
-
-------------------------------------------------------------------------------
---- Functionality changes since Asterisk 1.8.12.0 ----------------------------
------------------------------------------------------------------------------
Build System
Modified: branches/11/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/11/UPGRADE.txt?view=diff&rev=395020&r1=395019&r2=395020
==============================================================================
--- branches/11/UPGRADE.txt (original)
+++ branches/11/UPGRADE.txt Sun Jul 21 17:51:58 2013
@@ -29,6 +29,9 @@
still be playing when an agent connects to the user. This ability is disabled by
default but can be enabled on an individual queue using the 'announce-to-first-user'
option.
+
+* The libuuid development library is now required for res_rtp_asterisk. Consult
+ your distribution for the appropriate development library name.
From 11.3 to 11.4:
* Added the 'n' option to MeetMe to prevent application of the DENOISE function
@@ -185,7 +188,7 @@
configuration option. Symptoms of this include one way media or no media flow.
chan_unistim
- - Due to massive update in chan_unistim phone keys functions and on-screen
+ - Due to massive update in chan_unistim phone keys functions and on-screen
information changed.
users.conf:
@@ -257,10 +260,10 @@
unchanged.
Module Support Level
- - All modules in the addons, apps, bridge, cdr, cel, channels, codecs,
+ - All modules in the addons, apps, bridge, cdr, cel, channels, codecs,
formats, funcs, pbx, and res have been updated to include MODULEINFO data
that includes <support_level> tags with a value of core, extended, or deprecated.
- More information is available on the Asterisk wiki at
+ More information is available on the Asterisk wiki at
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States
Deprecated modules are now marked to not build by default and must be explicitly
More information about the asterisk-commits
mailing list