From 216d7afd41244534c820910cde31f21696db0481 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 19 Feb 2015 17:46:35 +0100 Subject: [PATCH] active DTLS + video + ice +tunnel test --- tester/transport_tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/transport_tester.c b/tester/transport_tester.c index 921e03467..e847e0fe8 100644 --- a/tester/transport_tester.c +++ b/tester/transport_tester.c @@ -169,9 +169,9 @@ static void tunnel_zrtp_video_ice_call(void) { } static void tunnel_dtls_video_ice_call(void) { -/* if (linphone_core_tunnel_available()) + if (linphone_core_tunnel_available()) call_base(LinphoneMediaEncryptionDTLS,TRUE,FALSE,LinphonePolicyUseIce,TRUE); - else*/ + else ms_warning("Could not test %s because tunnel functionality is not available",__FUNCTION__); }