aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-26 23:14:59 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-26 23:14:59 +0000
commit244388041a8dbc39989135eccab888dd30b286bb (patch)
treead90412dd4b556ae88e9393de46eb1d67c4e4ab6 /configs/sip.conf.sample
parent8f15db261b2b258d15e5a8be8cfb9a41e6f3a95a (diff)
add domains documentation and rename config option
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6669 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index ceff29bd3..4fa561177 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -190,6 +190,23 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; 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