From a9c2f441d37903aba91d6f7d26d62b35a41875ad Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 18 Sep 2007 15:29:26 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/trunk@82752 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 17bd964b48..6b9671817f 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.