From 0316fdfcf1d2a72d1bad5dc9646371159173f93f Mon Sep 17 00:00:00 2001 From: Corey Burke Date: Fri, 2 Oct 2015 06:56:51 -0700 Subject: [PATCH] FS-8281: Expose SRTP and SRTCP crypto keys as channel vars New vars are srtp_{local,remote}_crypto_key and srtcp_{local,remote}_crypto_key. Allows decrypting packet captured media streams for debugging. --- conf/vanilla/autoload_configs/switch.conf.xml | 6 +++++ src/switch_core.c | 8 ++++++- src/switch_rtp.c | 22 +++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/conf/vanilla/autoload_configs/switch.conf.xml b/conf/vanilla/autoload_configs/switch.conf.xml index 4ffe878563..345a16c19e 100644 --- a/conf/vanilla/autoload_configs/switch.conf.xml +++ b/conf/vanilla/autoload_configs/switch.conf.xml @@ -152,6 +152,12 @@ + + +