aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-09 23:04:46 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-09 23:04:46 +0000
commit795b58930b2be8e6cde8c98237e6f0d8ed0c7fef (patch)
tree93a17920e0d98218709f54ffebcec0c1e768d66b /CHANGES
parent1c795337bf03947d836b8cdc4d4e6082e73c6da2 (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: http://svn.digium.com/svn/asterisk/trunk@168265 f38db490-d61c-443f-a65b-d21fe96a405b
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
--------------------------