summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2011-11-07 19:58:44 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2011-11-07 19:58:44 +0000
commit00a522c0004341fb1e83b66606ff108611aa5040 (patch)
treea445064d4b8ff2cdf04d9e502eda5178d0a6adc7 /UPGRADE.txt
parent7a5f6684f05e03c51b5d004156dba9df2711dd50 (diff)
Correct the default udptl port range.
The udptl port range was defined as 4000-4999 in the udptl.conf.sample, as 4500-4599 if you didn't have a config and 4500-4999 if your config was broken. Default is now 4000-4999. (closes issue ASTERISK-16250) Reviewed by: Tilghman Lesher Review: https://reviewboard.asterisk.org/r/1565 ........ Merged revisions 343580 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@343581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 292497fd2..dee01945a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -116,5 +116,10 @@ chan_sip:
by default. It can be enabled using the 'storesipcause' option. This feature
has a significant performance penalty.
+UDPTL:
+ - The default UDPTL port range in udptl.conf.sample differed from the defaults
+ in the source. If you didn't have a config file, you got 4500 to 4599. Now the
+ default is 4000 to 4999.
+
===========================================================
===========================================================