aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-28 21:20:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-28 21:20:18 +0000
commit362ac90613aa70fa46b4275bd7809ff7d53e4886 (patch)
treeff1a3d626a07eb45a2a194baf565fc7e3362d0a8 /configs/sip.conf.sample
parentcf400ba462b2266b02c3bfc4c91391df8b862c06 (diff)
Make it possible to configure an externhost and not just an externip (bug #3069)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4573 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 557d443e9..26b4e4a0e 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -131,6 +131,13 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; that we're registered with
; You may add multiple local networks. A reasonable set of defaults
; are:
+;externhost=foo.dyndns.net ; Alternatively you can specify an
+ ; external host, and Asterisk will
+ ; perform DNS queries periodically. Not
+ ; recommended for production
+ ; environments! Use externip instead
+;externrefresh=10 ; How often to refresh externhost if
+ ; usedl
;localnet=192.168.0.0/255.255.0.0; All RFC 1918 addresses are local networks
;localnet=10.0.0.0/255.0.0.0 ; Also RFC1918
;localnet=172.16.0.0/12 ; Another RFC1918 with CIDR notation