From 60907f7df16711c8d18c00fdb5aba83c8ef3075b Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Tue, 28 Feb 2012 19:58:19 +0000 Subject: [PATCH] Adds UPGRADE.txt notes to r357266 indicating changes to transport option (issue ASTERISK-19352) Reported by: jamicque git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@357356 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADE.txt b/UPGRADE.txt index f2c3a7c2dc..7db4379500 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -172,6 +172,9 @@ 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