[asterisk-commits] qwell: branch 1.4 r82751 -	/branches/1.4/configs/sip.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Sep 18 10:28:21 CDT 2007
    
    
  
Author: qwell
Date: Tue Sep 18 10:28:21 2007
New Revision: 82751
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82751
Log:
Correct the allowexternaldomains option in SIP sample config.
Issue 10753
Modified:
    branches/1.4/configs/sip.conf.sample
Modified: branches/1.4/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/sip.conf.sample?view=diff&rev=82751&r1=82750&r2=82751
==============================================================================
--- branches/1.4/configs/sip.conf.sample (original)
+++ branches/1.4/configs/sip.conf.sample Tue Sep 18 10:28:21 2007
@@ -388,7 +388,7 @@
 				; 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.
    
    
More information about the asterisk-commits
mailing list