]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 179154 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Fri, 27 Feb 2009 21:25:10 +0000 (21:25 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 27 Feb 2009 21:25:10 +0000 (21:25 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
r179154 | russell | 2009-02-27 15:23:12 -0600 (Fri, 27 Feb 2009) | 2 lines

Add a note about the ordering of entries in sip.conf in 1.6.1.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@179160 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt

index d9078746601776065547114e37c1b89807205ddc..e12ac910680ea15aaa2410629ab51033c2397b8d 100644 (file)
@@ -39,6 +39,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'