aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE-1.6.txt
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-07 16:08:29 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-07 16:08:29 +0000
commitcbcad61d9e58d0a2cce65cfa1370df759b656f92 (patch)
tree3b5774753f3224e2c407eee06bad73ab70432136 /UPGRADE-1.6.txt
parentac27d198b352a8fdb3b9dc37c90f63c372390dd2 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@261868 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE-1.6.txt')
-rw-r--r--UPGRADE-1.6.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE-1.6.txt b/UPGRADE-1.6.txt
index 9d09ab002..d0fc82a24 100644
--- a/UPGRADE-1.6.txt
+++ b/UPGRADE-1.6.txt
@@ -209,6 +209,12 @@ Channel Drivers:
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.