Skip to content
Snippets Groups Projects
  1. Nov 02, 2020
  2. Oct 30, 2020
  3. Oct 29, 2020
  4. Oct 28, 2020
    • Mohamed Chibani's avatar
      sipcall/ice: Reset temporary ice session · dff50951
      Mohamed Chibani authored
      The temporary ice session created by sipcall, might not be
      properly released if the call is rejected by the user while
      searching/connecting.
      
      Change-Id: I053c2a4c4bd864c4dd4c73488175da30d1bf08db
      dff50951
  5. Oct 27, 2020
  6. Oct 26, 2020
  7. Oct 25, 2020
  8. Oct 24, 2020
  9. Oct 23, 2020
  10. Oct 22, 2020
  11. Oct 21, 2020
  12. Oct 20, 2020
    • Sébastien Blin's avatar
      call: avoid to get access to invalidated account · d7f840f1
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      getSIPAccount() is returning a reference to the SIPAccount. Account
      that can be destroyed and if a mistake is made, the data can be
      invalidated, generally even when closing the daemon.
      
      This patch change the behavior of getSIPAccount() to return a
      weak_ptr to make sure that the Account is alive when performing
      actions on the call
      
      Change-Id: I1dcc05bce0c9826297535b5a5224f9ff22479d80
      d7f840f1
Loading