summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-28 21:20:18 +0000
committerMark Spencer <markster@digium.com>2004-12-28 21:20:18 +0000
commitb1b8802edd8b637d26ffdf0fa4efd72e31307e8e (patch)
treeff1a3d626a07eb45a2a194baf565fc7e3362d0a8 /configs/sip.conf.sample
parent886ebab04abc45d2478a6a51b690ceca4a5e9df0 (diff)
Make it possible to configure an externhost and not just an externip (bug #3069)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4573 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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