[asterisk-commits] lmadsen: branch 1.6.2 r261868 - in /branches/1.6.2: ./ UPGRADE-1.6.txt

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri May 7 11:08:33 CDT 2010


Author: lmadsen
Date: Fri May  7 11:08:29 2010
New Revision: 261868

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=261868
Log:
Merged revisions 261867 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r261867 | lmadsen | 2010-05-07 11:05:24 -0500 (Fri, 07 May 2010) | 6 lines
  
  Update UPGRADE-1.6.txt stating insecure=very has been removed.
  
  (closes issue #17282)
  Reported by: stuarth
  Tested by: stuarth
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/UPGRADE-1.6.txt

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/UPGRADE-1.6.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/UPGRADE-1.6.txt?view=diff&rev=261868&r1=261867&r2=261868
==============================================================================
--- branches/1.6.2/UPGRADE-1.6.txt (original)
+++ branches/1.6.2/UPGRADE-1.6.txt Fri May  7 11:08:29 2010
@@ -209,6 +209,12 @@
   The "username" setting still work, but is deprecated and will not work in 
   the next version of Asterisk.
 
+* SIP: The old "insecure" options, deprecated in 1.4, have been removed.
+  "insecure=very" should be changed to "insecure=port,invite"
+  "insecure=yes" should be changed to "insecure=port"
+  Be aware that some telephony providers show the invalid syntax in their
+  sample configurations.
+
 * chan_local.c: the comma delimiter inside the channel name has been changed to a
   semicolon, in order to make the Local channel driver compatible with the comma
   delimiter change in applications.




More information about the asterisk-commits mailing list