Skip to content
Snippets Groups Projects
Select Git revision
  • 4bade6fad89b68e16feb3b27a7ea92328408651e
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
31 results

jami-daemon

  • Clone with SSH
  • Clone with HTTPS
  • Sébastien Blin's avatar
    Sébastien Blin authored
    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: I01210da3abfcc448071268b4e1e38abdd58f9f05
    Gitlab: #103
    Gitlab: #108
    4bade6fa
    History
    Name Last commit Last update