Add to UPGRADE-1.6.txt telling people that insecure=very (deprecated for

>3 years and triggering a warning in the logs) has been removed in this
version.
This commit is contained in:
sthen 2010-05-04 14:41:48 +00:00
parent 7f87048ede
commit c16616608b
2 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2010/05/04 12:42:33 sthen Exp $
# $OpenBSD: Makefile,v 1.84 2010/05/04 14:41:48 sthen Exp $
SHARED_ONLY= Yes
COMMENT-main= open source multi-protocol PBX and telephony toolkit
@ -6,7 +6,7 @@ COMMENT-main= open source multi-protocol PBX and telephony toolkit
VER= 1.6.2.6
# you can set PATCHVER=p0, p1 etc to bump everything,
# this takes care of the subpackage/flavor maze
PATCHVER= p3
PATCHVER= p4
CORESOUNDS= 1.4.17
DISTNAME= asterisk-${VER:S/rc/-rc/}
PKGNAME-main= asterisk-${VER}${PATCHVER}

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-UPGRADE-1_6_txt,v 1.1 2010/05/04 14:41:48 sthen Exp $
--- UPGRADE-1.6.txt.orig Tue May 4 15:34:30 2010
+++ UPGRADE-1.6.txt Tue May 4 15:39:38 2010
@@ -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.