summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-02-27 21:23:12 +0000
committerRussell Bryant <russell@russellbryant.com>2009-02-27 21:23:12 +0000
commita80ef0ca1e5e8cfd0600e0ebb985aff0b74dfb15 (patch)
tree5672733ec0991cb8e1b98db286f676e3e7cc8e9b /UPGRADE.txt
parent99ad18c4c51fa92bb7399997d5df4bae622cd750 (diff)
Add a note about the ordering of entries in sip.conf in 1.6.1.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@179154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 2479ed13f..339001ef3 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -46,6 +46,13 @@ From 1.6.0.1 to 1.6.1:
From 1.6.0.x to 1.6.1:
+* In previous versions of Asterisk, due to the way objects were arranged in
+ memory by chan_sip, the order of entries in sip.conf could be adjusted to
+ control the behavior of matching against peers and users. The way objects
+ are managed has been significantly changed for reasons involving performance
+ and stability. A side effect of these changes is that the order of entries
+ in sip.conf can no longer be relied upon to control behavior.
+
* The following core commands dealing with dialplan have been deprecated: 'core
show globals', 'core set global' and 'core set chanvar'. Use the equivalent
'dialplan show globals', 'dialplan set global' and 'dialplan set chanvar'