1. 30 Oct, 2024 - 2 commits
  2. 16 Oct, 2024 - 1 commit
  3. 14 Oct, 2024 - 2 commits
  4. 08 Oct, 2024 - 1 commit
  5. 01 Oct, 2024 - 2 commits
  6. 30 Sep, 2024 - 2 commits
  7. 27 Sep, 2024 - 3 commits
  8. 26 Sep, 2024 - 1 commit
  9. 25 Sep, 2024 - 4 commits
  10. 24 Sep, 2024 - 2 commits
  11. 23 Sep, 2024 - 2 commits
  12. 18 Sep, 2024 - 1 commit
  13. 17 Sep, 2024 - 1 commit
  14. 16 Sep, 2024 - 1 commit
    • Nicolas Delpech's avatar
      fix: b2bua-server/video-codec does not need sample-rate · 4c3d8dd2
      Nicolas Delpech authored
       Update b2bua-server/audio-codec and b2bua-server/video-codec format description.
       Check b2bua-server/audio-codec and b2bua-server/video-codec format before trying to enable it.
        Throw an exception is the format is not correct or the codec is not found.
      4c3d8dd2
  15. 12 Sep, 2024 - 2 commits
  16. 10 Sep, 2024 - 1 commit
  17. 09 Sep, 2024 - 3 commits
  18. 05 Sep, 2024 - 1 commit
    • Félix Olart's avatar
      fix: support duplicated calls in B2BUA server · 507e288d
      Félix Olart authored
      When a call is created from legB (INVITE sent to callee) and bounces back on the server, the received INVITE contains same Call-Id, From and To headers. A new call (legA) is now created with the same call-id without loosing track of the previous call (legB). Identifying calls using call pointer instead of call-id now enables to dissociate these calls as they are 2 different calls (even if they have the same call-id).
      (cherry picked from commit ae82ff97)
      507e288d
  19. 04 Sep, 2024 - 3 commits
  20. 27 Aug, 2024 - 1 commit
  21. 26 Aug, 2024 - 2 commits
  22. 21 Aug, 2024 - 1 commit
    • Émilie Gerbaud's avatar
      [forkCallCtx] fix PN message on cancel · 6bf1ef90
      Émilie Gerbaud authored
      The issue occured when the PN are managed by a different proxy than the call, then there is one ForkContext per branch on the PN proxy.
      Add missing CallLog cancel status.
      
      (cherry picked from commit 2cb6083f)
      6bf1ef90
  23. 20 Aug, 2024 - 1 commit