summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index b0c7e8d32..08ce0ba77 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -370,6 +370,14 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; the ability of an attacker to scan for valid SIP usernames.
; This option is set to "yes" by default.
+;auth_options_requests = no ; sip OPTIONS requests should be treated the exact same as
+ ; an INVITE, this includes performing authentication. By default
+ ; OPTIONS requests are authenticated, however this option allows
+ ; OPTION requests to proceed unauthenticated in order to increase
+ ; performance. This may be desirable if OPTIONS are only used to
+ ; qualify the availabilty of the endpoint/extension. Disabling
+ ; this option is not recommended.
+
;g726nonstandard = yes ; If the peer negotiates G726-32 audio, use AAL2 packing
; order instead of RFC3551 packing order (this is required
; for Sipura and Grandstream ATAs, among others). This is