Skip to content

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.

Medium term we probably want to do what other clients are doing and expose a setting

  • Force encryption (aka reject calls w/o media stream encryption)
  • Prefer encryption (aka allow calls w/o media stream encryption)
  • Don't encrypt

Merge request reports