mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +00:00
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.
This commit is contained in:
parent
43f4cceed3
commit
ba00665c36
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue