mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Clear up documentation on "domain=" setting in sip.conf
Reported by: davidw (closes issue #12413) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@126844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -44,10 +44,6 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
|
||||
; ability to place SIP calls based on domain
|
||||
; names to some other SIP users on the Internet
|
||||
|
||||
;domain=mydomain.tld ; Set default domain for this host
|
||||
; If configured, Asterisk will only allow
|
||||
; INVITE and REFER to non-local domains
|
||||
; Use "sip show domains" to list local domains
|
||||
;pedantic=yes ; Enable checking of tags in headers,
|
||||
; international character conversions in URIs
|
||||
; and multiline formatted headers for strict
|
||||
@@ -374,6 +370,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
|
||||
; 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.
|
||||
; REGISTER to non-local domains will be automatically denied if a domain
|
||||
; list is configured.
|
||||
;
|
||||
; Domains can be specified using:
|
||||
; domain=<domain>[,<context>]
|
||||
; Examples:
|
||||
|
Reference in New Issue
Block a user