aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 23:20:40 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 23:20:40 +0000
commit1fa7b3672e5f09607934d7c51258af6a7880fecf (patch)
tree54c1bfffaf5270d358da12f64129464467618fc7 /UPGRADE.txt
parentbf38822b6f590035feaa578ee4435b3bcd13df05 (diff)
Switch dundi to new tos config format.
Remove old unused defines for old style. Closes issue 10860, patch by IgorG. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85764 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 31253bd86..3036d0e0b 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -1,12 +1,6 @@
Information for Upgrading From Previous Asterisk Releases
=========================================================
-Manager:
-
-* The CallerID fields across Manager events have now been made more
- consistent. CallerID Number will be sent as CallerIDNum and CallerID
- Name will be sent as CallerIDName wherever used.
-
AEL:
* Macros are now implemented underneath with the Gosub() application.
@@ -113,8 +107,18 @@ Channel Drivers:
semicolon, in order to make the Local channel driver compatible with the comma
delimiter change in applications.
+Configuration:
+
+* pbx_dundi.c: tos parameter changed to use new values. Old values like lowdelay,
+ lowcost and other is not acceptable now. Look into qos.tex for description of
+ this parameter.
+
Manager:
+* The CallerID fields across Manager events have now been made more
+ consistent. CallerID Number will be sent as CallerIDNum and CallerID
+ Name will be sent as CallerIDName wherever used.
+
* The IAXpeers command output has been changed to more closely resemble the
output of the SIPpeers command.