]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 8 May 2023 18:13:36 +0000 (18:13 +0000)
commit9cfda39d36b09d316cd65eadade9d9178b9d2c4c
treee74848017508987157dd873028cc125109600831
parentea564b640dddadd9c5270419206f8271b6470fd6
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
(cherry picked from commit f3cc1e7fbd08b1dc90bc7a1c13afae42a7210bf1)
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