]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: mediasec: Add Security-Client headers after 401
authorMaximilian Fridrich <m.fridrich@commend.com>
Tue, 2 May 2023 08:55:39 +0000 (10:55 +0200)
committerMaximilian Fridrich <m.fridrich@commend.com>
Tue, 2 May 2023 15:19:56 +0000 (15:19 +0000)
commitf3cc1e7fbd08b1dc90bc7a1c13afae42a7210bf1
tree88d178fef786ab12fba25fd4a4f7a75fc6f6dc7a
parent37071404720203bc68790f59c960bc1880340cdf
res_pjsip: mediasec: Add Security-Client headers after 401

When using mediasec, requests sent after a 401 must still contain the
Security-Client header according to
draft-dawes-sipcore-mediasec-parameter.

Resolves: #48
include/asterisk/res_pjsip.h
res/res_pjsip/pjsip_configuration.c
res/res_pjsip/security_agreements.c
res/res_pjsip_outbound_registration.c
res/res_pjsip_rfc3329.c