From: Jonathan Rose Date: Tue, 28 Feb 2012 20:26:08 +0000 (+0000) Subject: Moves UPGRADE.txt notes from r357356 to a new section specific to 1.8.12 X-Git-Tag: 1.8.10.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0472ec7ba79d10a2abf8a3386b0acedd7f68dcff;p=thirdparty%2Fasterisk.git Moves UPGRADE.txt notes from r357356 to a new section specific to 1.8.12 (issue ASTERISK-19352) reported by: jamicque git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@357386 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 7db4379500..a527b0601a 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,11 @@ === =========================================================== +From 1.8.11 to 1.8.12: + +* If no transport is specified in sip.conf, transport will default to UDP. + Also, if multiple transport= lines are used, only the last will be used. + From 1.6.2 to 1.8: * When using TLS with Manager and the HTTP server, the desired port @@ -172,9 +177,6 @@ From 1.6.2 to 1.8: are using the early media DTMF overlap dialing method you now need to set allowoverlap=dtmf. -* If no transport is specified in sip.conf, transport will default to UDP. - Also, if multiple transport= lines are used, only the last will be used. - From 1.6.1 to 1.6.2: * SIP no longer sends the 183 progress message for early media by