summaryrefslogtreecommitdiff
path: root/UPGRADE-1.6.txt
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-05-07 16:05:24 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-05-07 16:05:24 +0000
commitd73dc3be2d1ca01df38da1e8da5882e016cec1e9 (patch)
tree402319a1da38951eab6e1ade39e31c62a5fa5dca /UPGRADE-1.6.txt
parent356b090875828acca8eb4d961bbb1f44aea6a738 (diff)
Update UPGRADE-1.6.txt stating insecure=very has been removed.
(closes issue #17282) Reported by: stuarth Tested by: stuarth git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@261867 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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.