aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-03 22:23:47 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-03 22:23:47 +0000
commit308a4ad7253b26e042d944343e81ab1f672fa8ac (patch)
tree7d7f2ce3f1ec502f23569ad9908fef9b5214f7e1 /configs/sip.conf.sample
parentb906aaadd5c3941174b49bb370f910309807f3fd (diff)
Merged revisions 285006 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r285006 | dvossel | 2010-09-03 17:21:50 -0500 (Fri, 03 Sep 2010) | 9 lines Disables auth_options_request option by default. The auth_options_request option was created to do authentication on OPTIONS request just like INVITES are done. Since it has been noted that some endpoints use OPTIONS requests as a way of qualifying a peer and that a 401 authentication response could result in interoperability issues, this option has been disabled by default. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@285007 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample9
1 files changed, 2 insertions, 7 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 08ce0ba77..320895669 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -370,13 +370,8 @@ 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.
+;auth_options_requests = yes ; Enabling this option will authenticate OPTIONS requests just like
+ ; INVITE requests are. By default this option is disabled.
;g726nonstandard = yes ; If the peer negotiates G726-32 audio, use AAL2 packing
; order instead of RFC3551 packing order (this is required