[asterisk-commits] russell: branch 1.6.1 r179160 - in /branches/1.6.1: ./ UPGRADE.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 27 15:25:13 CST 2009
Author: russell
Date: Fri Feb 27 15:25:10 2009
New Revision: 179160
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=179160
Log:
Merged revisions 179154 via svnmerge from
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.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/UPGRADE.txt
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/UPGRADE.txt
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/UPGRADE.txt?view=diff&rev=179160&r1=179159&r2=179160
==============================================================================
--- branches/1.6.1/UPGRADE.txt (original)
+++ branches/1.6.1/UPGRADE.txt Fri Feb 27 15:25:10 2009
@@ -39,6 +39,13 @@
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'
More information about the asterisk-commits
mailing list