summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADE-11.txt17
-rw-r--r--UPGRADE-12.txt10
2 files changed, 17 insertions, 10 deletions
diff --git a/UPGRADE-11.txt b/UPGRADE-11.txt
index 9d447398e..311edc8e3 100644
--- a/UPGRADE-11.txt
+++ b/UPGRADE-11.txt
@@ -19,6 +19,23 @@
=== UPGRADE-10.txt -- Upgrade info for 1.8 to 10
===
===========================================================
+
+From 11.6 to 11.7:
+ConfBridge
+ - ConfBridge now has the ability to set the language of announcements to the
+ conference. The language can be set on a bridge profile in confbridge.conf
+ or by the dialplan function CONFBRIDGE(bridge,language)=en.
+chan_sip - Clarify The "sip show peers" Forcerport Column And Add Comedia
+ - Under the "Forcerport" column, the "N" used to mean NAT (i.e. Yes). With
+ the additon of auto_* NAT settings, the meaning changed and there was a
+ certain combination of letters added to indicate the current setting. The
+ combination of using "Y", "N", "A" or "a", can be confusing. Therefore, we
+ now display clearly what the current Forcerport setting is: "Yes", "No",
+ "Auto (Yes)", "Auto (No)".
+ - Since we are clarifying the Forcerport column, we have added a column to
+ display the Comedia setting since this is useful information as well. We
+ no longer have a simple "NAT" setting like other versions before 11.
+
From 11.5 to 11.6:
* res_agi will now properly indicate if there was an error in streaming an
audio file. The result code will be -1 and the result returned from the
diff --git a/UPGRADE-12.txt b/UPGRADE-12.txt
index 8652320c4..426b1a979 100644
--- a/UPGRADE-12.txt
+++ b/UPGRADE-12.txt
@@ -25,16 +25,6 @@ There are many significant architectural changes in Asterisk 12. It is
recommended that you not only read through this document for important
changes that affect an upgrade, but that you also read through the CHANGES
document in depth to better understand the new options available to you.
-chan_sip - Clarify The "sip show peers" Forcerport Column And Add Comedia
- - Under the "Forcerport" column, the "N" used to mean NAT (i.e. Yes). With
- the additon of auto_* NAT settings, the meaning changed and there was a
- certain combination of letters added to indicate the current setting. The
- combination of using "Y", "N", "A" or "a", can be confusing. Therefore, we
- now display clearly what the current Forcerport setting is: "Yes", "No",
- "Auto (Yes)", "Auto (No)".
- - Since we are clarifying the Forcerport column, we have added a column to
- display the Comedia setting since this is useful information as well. We
- no longer have a simple "NAT" setting like other versions before 11.
Additional information on the architectural changes made in Asterisk can be
found on the Asterisk wiki (https://wiki.asterisk.org)