From fdccf66d52b7937871ce40ad57b4d45b266777f5 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 26 Sep 2005 23:14:59 +0000 Subject: add domains documentation and rename config option git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6669 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'configs') 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=[,] +; 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 -- cgit v1.2.3