mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
res_pjsip: Add new AOR option "qualify_2xx_only"
Added a new option "qualify_2xx_only" to the res_pjsip AOR qualify feature to mark a contact as available only if an OPTIONS request returns a 2XX response. If the option is not specified or is false, any response to the OPTIONS request marks the contact as available. UserNote: The pjsip.conf AOR section now has a "qualify_2xx_only" option that can be set so that only 2XX responses to OPTIONS requests used to qualify a contact will mark the contact as available.
This commit is contained in:
@@ -1219,6 +1219,8 @@
|
||||
;qualify_frequency=0 ; Interval at which to qualify an AoR via OPTIONS requests.
|
||||
; (default: "0")
|
||||
;qualify_timeout=3.0 ; Qualify timeout in fractional seconds (default: "3.0")
|
||||
;qualify_2xx_only=no ; If true, only qualify AoR if OPTIONS request returns 2XX
|
||||
; (default: "no")
|
||||
;authenticate_qualify=no ; Authenticates a qualify request if needed
|
||||
; (default: "no")
|
||||
;outbound_proxy= ; Proxy through which to send OPTIONS requests, a full SIP URI
|
||||
|
Reference in New Issue
Block a user