Skip to content
Snippets Groups Projects
  1. Jun 28, 2019
  2. Jun 26, 2019
  3. Jun 21, 2019
  4. Jun 20, 2019
    • Sébastien Blin's avatar
      sip_transport: change idle_timeout to 10 seconds · 8b3399e8
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      ICE sessions take a long time to be closed and keep alive packets
      are sent during 10 minutes. Change the timeout to close the session
      after 10 seconds.
      
      Change-Id: I7cd287551a9aa76b475cf765a941cc6bcb72f55b
      Gitlab: #108
      8b3399e8
    • Sébastien Blin's avatar
      sip: negotiate both UDP and TCP for the control channel · e83a1006
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      NOTE: SIP over TCP is disabled for now on Windows, waiting for
      TLS 1.3 support. To re-enable it, check the #ifdef _WIN32 in
      ice_transport.cpp
      
      Our pjsip version supports the RFC6544. With this patch, when
      starting a call, the daemon is using two ICE sessions for the SIP
      channel. One is negotiating a UDP socket, and the other a TCP socket
      and transmits both SDP on the DHT.
      
      If both negotiations succeed, TCP is prefered and will be used
      to transmit SIP messages and the VCard. This should solve the 30
      seconds timeout on bad networks.
      
      Note that the media channel is still using UDP to transmit audio
      and video.
      
      MAJOR CHANGE: the SIP channel use TLS on top of TCP, no DTLS,
      so the transport is considered as reliable.
      
      Also lot of changes in rfc6544.patch to link to rfc6062. The patch
      needs to be cleaned, cf TODO notes
      
      Also this seems to fix the ICE shutdown at the end of the call
      (after the IDLE Timeout)
      
      Change-Id: I55c5f51377fd8787bc951d6d282eec46f8eaf977
      Gitlab: #103
      Gitlab: #108
      e83a1006
  5. Jun 18, 2019
  6. Jun 14, 2019
  7. Jun 13, 2019
  8. Jun 12, 2019
  9. Jun 11, 2019
  10. Jun 07, 2019
  11. Jun 05, 2019
  12. Jun 04, 2019
  13. Jun 03, 2019
  14. Jun 01, 2019
Loading