From: Jonathan Rose Date: Tue, 28 Feb 2012 20:30:42 +0000 (+0000) Subject: Moves UPGRADE.txt notes from r357356 to a new section specific to 1.8.12 X-Git-Tag: 10.3.0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6bdd2717c4fa4e293c3f06e2bb75d2fbb94f88;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 ........ Merged revisions 357386 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@357400 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE-1.8.txt b/UPGRADE-1.8.txt index 35f237d431..e047236114 100644 --- a/UPGRADE-1.8.txt +++ b/UPGRADE-1.8.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: * chan_sip no longer sets HASH(SIP_CAUSE,) on channels by default. @@ -166,9 +171,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 diff --git a/UPGRADE.txt b/UPGRADE.txt index 114ee77d67..ab560d4707 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -19,6 +19,11 @@ === =========================================================== +From 10.3 to 10.4: + +* 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.8 to 10: cel_pgsql: