From 40ffaa6c432e7cf514004cd5e1779cd0df4f6274 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 18 Feb 2015 18:35:42 +0100 Subject: [PATCH] disable tunnel_dtls_video_ice_call until feature is available --- 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 e847e0fe8..921e03467 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__); }