mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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: https://origsvn.digium.com/svn/asterisk/branches/1.8@285006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -207,6 +207,7 @@ | ||||
| #define DEFAULT_QUALIFY        FALSE    /*!< Don't monitor devices */ | ||||
| #define DEFAULT_CALLEVENTS     FALSE    /*!< Extra manager SIP call events */ | ||||
| #define DEFAULT_ALWAYSAUTHREJECT  TRUE  /*!< Don't reject authentication requests always */ | ||||
| #define DEFAULT_AUTH_OPTIONS  FALSE | ||||
| #define DEFAULT_REGEXTENONQUALIFY FALSE | ||||
| #define DEFAULT_T1MIN             100   /*!< 100 MS for minimal roundtrip time */ | ||||
| #define DEFAULT_MAX_CALL_BITRATE (384)  /*!< Max bitrate for video */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user