aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-18 15:29:26 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-18 15:29:26 +0000
commit8df5ac75abe7720554eda388c9c1855e4b1048a9 (patch)
tree1942f4cd2e5b9034510bbf69f0fd751cdf1ef838 /configs
parentb9f37c0e992c5cad53a18b2dc1fdc80e67f3f108 (diff)
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
Diffstat (limited to 'configs')
-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 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.