aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-09 14:01:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-09 14:01:04 +0000
commitb5f20fba170df243f736fb0cadb5027c51529ba4 (patch)
treee85ba59cc75f56ac03e8183d068bd39c251c4c54 /configs/sip.conf.sample
parentb02f3e817a2f291b06e090911dcf18c47eea8cd6 (diff)
In spite of my extreme distaste for SRV, make it the default.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3181 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample9
1 files changed, 7 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index ddd335419..45f354227 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -28,8 +28,13 @@ context=default ; Default context for incoming calls
; Set this to your host name or domain name
port=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
-;srvlookup=yes ; Enable DNS SRV lookups on outbound calls
- ; Note: Asterisk only uses the first host in SRV records
+srvlookup=yes ; Enable DNS SRV lookups on outbound calls
+ ; Note: Asterisk only uses the first host
+ ; in SRV records
+ ; Disabling DNS SRV lookups disables the
+ ; ability to place SIP calls based on domain
+ ; names to some other SIP users on the Internet
+
;pedantic=yes ; Enable slow, pedantic checking for Pingtel
; and multiline formatted headers for strict
; SIP compatibility