[Asterisk-cvs] asterisk/configs sip.conf.sample,1.69,1.70

kpfleming kpfleming
Mon Sep 26 19:18:08 CDT 2005


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv23570/configs

Modified Files:
	sip.conf.sample 
Log Message:
add domains documentation and rename config option


Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- sip.conf.sample	14 Sep 2005 20:48:41 -0000	1.69
+++ sip.conf.sample	26 Sep 2005 23:14:59 -0000	1.70
@@ -190,6 +190,23 @@
 				; has expired based on its registration interval, used the stored
 				; address information regardless. (yes|no)
 
+; Incoming INVITE and REFER messages can be matched against a list of 'allowed'
+; domains, each of which can direct the call to a specific context if desired.
+; By default, all domains are accepted and sent to the default context or the
+; context associated with the user/peer placing the call.
+; Domains can be specified using:
+; domain=<domain>[,<context>]
+; Examples:
+; domain=myasterisk.dom
+; domain=customer.com,customer-context
+;
+; In addition, all the 'default' domains associated with a server should be
+; added if incoming request filtering is desired.
+; autodomain=yes
+;
+; To disallow requests for domains not serviced by this server:
+; allowexternaldomains=no
+
 [authentication]
 ; Global credentials for outbound calls, i.e. when a proxy challenges your
 ; Asterisk server for authentication. These credentials override




More information about the svn-commits mailing list