mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
res/res_pjsip: Add preferred_codec_only config to pjsip endpoint.
This patch add config to pjsip by endpoint. ;preferred_codec_only=yes ; Respond to a SIP invite with the single most preferred codec ; rather than advertising all joint codec capabilities. This ; limits the other side's codec choice to exactly what we prefer. ASTERISK-26317 #close Reported by: AaronAn Tested by: AaronAn Change-Id: Iad04dc55055403bbf5ec050997aee2dadc4f0762
This commit is contained in:
@@ -764,6 +764,10 @@
|
||||
; "0" or not enabled)
|
||||
;contact_user= ; On outgoing requests, force the user portion of the Contact
|
||||
; header to this value (default: "")
|
||||
;preferred_codec_only=yes ; Respond to a SIP invite with the single most preferred codec
|
||||
; rather than advertising all joint codec capabilities. This
|
||||
; limits the other side's codec choice to exactly what we prefer.
|
||||
; default is no.
|
||||
|
||||
;==========================AUTH SECTION OPTIONS=========================
|
||||
;[auth]
|
||||
|
||||
Reference in New Issue
Block a user