[asterisk-commits] lmadsen: trunk r261867 - /trunk/UPGRADE-1.6.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 7 11:05:27 CDT 2010
Author: lmadsen
Date: Fri May 7 11:05:24 2010
New Revision: 261867
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=261867
Log:
Update UPGRADE-1.6.txt stating insecure=very has been removed.
Modified:
trunk/UPGRADE-1.6.txt
Modified: trunk/UPGRADE-1.6.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE-1.6.txt?view=diff&rev=261867&r1=261866&r2=261867
==============================================================================
--- trunk/UPGRADE-1.6.txt (original)
+++ trunk/UPGRADE-1.6.txt Fri May 7 11:05:24 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