From 48b680cceb14152ffb4d56e2b1782248102496a7 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Tue, 28 Feb 2012 20:43:49 +0000 Subject: [PATCH] revision 357386 -- oops, accidentally made it 10.3 to 10.4 instead of 10.2 to 10.3 (issue ASTERISK-19352) reported by: jamicque ........ Merged revisions 357405 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357406 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE-10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-10.txt b/UPGRADE-10.txt index 456eed7531..ac48c1b6f5 100644 --- a/UPGRADE-10.txt +++ b/UPGRADE-10.txt @@ -19,7 +19,7 @@ === =========================================================== -From 10.3 to 10.4: +From 10.2 to 10.3: * 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.