From: Mark Spencer Date: Wed, 9 Jun 2004 14:01:04 +0000 (+0000) Subject: In spite of my extreme distaste for SRV, make it the default. X-Git-Tag: 1.0.0-rc1~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef099dede334f83fad5de491fb589f945813358;p=thirdparty%2Fasterisk.git In spite of my extreme distaste for SRV, make it the default. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3181 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index ddd3354196..45f354227c 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