From 0827fe8bc13ce50e618dca1f41c9d68dcf49424e Mon Sep 17 00:00:00 2001 From: Martin Pycko <martinp@digium.com> Date: Fri, 31 Oct 2003 16:33:56 +0000 Subject: [PATCH] Don't do externip by default git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1682 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index dcfc1fd6bb..4b13a7151e 100755 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -4,7 +4,7 @@ [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to -externip = 200.201.202.203 ; Address that we're going to put in SIP messages if we're behind a NAT +;externip = 200.201.202.203 ; Address that we're going to put in SIP messages if we're behind a NAT context = default ; Default for incoming calls ;srvlookup = yes ; Enable SRV lookups on outbound calls ;pedantic = yes ; Enable slow, pedantic checking for Pingtel -- GitLab