aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-18 15:28:21 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-18 15:28:21 +0000
commit56bc9423d23939e9dd624d468e1eda383fcc0f48 (patch)
tree77de8bf4f30917726cbf580e15eb93d176c8e895 /configs/sip.conf.sample
parent9e5a60c4ea77bbe8ae7ca9d77f16b99d11ad6bc0 (diff)
Correct the allowexternaldomains option in SIP sample config.
Issue 10753 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@82751 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 10c38b195..a33afecc5 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -388,7 +388,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.