summaryrefslogtreecommitdiff
path: root/UPGRADE-1.8.txt
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2010-08-13 22:27:20 +0000
committerDavid Vossel <dvossel@digium.com>2010-08-13 22:27:20 +0000
commiteca520918118816ea0ae6c86711bbdf5e5ac5b2a (patch)
treecd817a12681d5876b7cedb0f5f38c32fe9908563 /UPGRADE-1.8.txt
parentf2d6d63da2c98d75c16823eca0dce6bdef40a06c (diff)
Merged revisions 282302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r282302 | dvossel | 2010-08-13 17:23:38 -0500 (Fri, 13 Aug 2010) | 10 lines remove current STUN support from chan_sip.c This patch removes the current broken/useless stun support from chan_sip. (closes issue #17622) Reported by: philipp2 Review: https://reviewboard.asterisk.org/r/855/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@282304 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE-1.8.txt')
-rw-r--r--UPGRADE-1.8.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE-1.8.txt b/UPGRADE-1.8.txt
index 905681fe2..9202cfb10 100644
--- a/UPGRADE-1.8.txt
+++ b/UPGRADE-1.8.txt
@@ -109,6 +109,11 @@ From 1.6.2 to 1.8:
482 Loop Detected response. The dialplan will just continue from where it
left off.
+* The 'stunaddr' option has been removed from chan_sip. This feature did not
+ behave as expected, had no correct use case, and was not RFC compliant. The
+ removal of this feature will hopefully be followed by a correct RFC compliant
+ STUN implementation in chan_sip in the future.
+
From 1.6.1 to 1.6.2:
* SIP no longer sends the 183 progress message for early media by