summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2009-01-09 23:04:46 +0000
committerMichiel van Baak <michiel@vanbaak.info>2009-01-09 23:04:46 +0000
commit84a4f83020ee1a9015b9ed0714f2ee3c6c2bdd9e (patch)
tree93a17920e0d98218709f54ffebcec0c1e768d66b /CHANGES
parent458a1025ad27041c506045debfc2a9988fb308da (diff)
Add a script to find out the correct settings for Asterisk behind NAT
(closes issue #13065) Reported by: tzafrir Patches: sip_nat_settings uploaded by tzafrir (license 46) sip_nat_settings_6 uploaded by mvanbaak (license 7) Tested by: tzafrir, pabelanger, Dovid and moi git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9e651b2b..fb2ed66b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -114,6 +114,9 @@ Miscellaneous
timezones, especially if those daylight savings time ranges vary from your
machine's native timezone. See GotoIfTime, ExecIfTime, IFTIME(), and timed
includes.
+ * The contrib/scripts/ directory now has a script called sip_nat_settings that will
+ give you the correct output for an asterisk box behind nat. It will give you the
+ externhost and localnet settings.
Asterisk Manager Interface
--------------------------