[calls] sip: origin: Decouple TLS usage from target address



commit ba00665c368fd51c06e3b6b81a22e0fcfbf9cf7c
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Fri Jan 7 04:44:58 2022 +0100

    sip: origin: Decouple TLS usage from target address
    
    Since we cannot do encrypted media streams yet, we should hardcode whether or
    not we want to use SRTP to FALSE, so that sips target URLs can be used in SIP
    calls at all.

 plugins/sip/calls-sip-origin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/sip/calls-sip-origin.c b/plugins/sip/calls-sip-origin.c
index 7f547fe8..5890d94a 100644
--- a/plugins/sip/calls-sip-origin.c
+++ b/plugins/sip/calls-sip-origin.c
@@ -252,7 +252,7 @@ add_call (CallsSipOrigin *self,
 
     local_sdp = calls_sip_media_manager_static_capabilities (self->media_manager,
                                                              local_port,
-                                                             check_sips (address));
+                                                             FALSE);
 
     g_assert (local_sdp);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]