From 8df5ac75abe7720554eda388c9c1855e4b1048a9 Mon Sep 17 00:00:00 2001 From: qwell Date: Tue, 18 Sep 2007 15:29:26 +0000 Subject: Merged revisions 82751 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 (Closes issue #10753) ........ r82751 | qwell | 2007-09-18 10:28:21 -0500 (Tue, 18 Sep 2007) | 4 lines Correct the allowexternaldomains option in SIP sample config. Issue 10753 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82752 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 17bd964b4..6b9671817 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -470,7 +470,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; for external calls to this domain ;domain=1.2.3.4 ; Add IP address as local domain ; You can have several "domain" settings -;allowexternalinvites=no ; Disable INVITE and REFER to non-local domains +;allowexternaldomains=no ; Disable INVITE and REFER to non-local domains ; Default is yes ;autodomain=yes ; Turn this on to have Asterisk add local host ; name and local IP to domain list. -- cgit v1.2.3