1. 22 Oct, 2024 - 3 commits
  2. 18 Oct, 2024 - 3 commits
  3. 17 Oct, 2024 - 1 commit
  4. 16 Oct, 2024 - 2 commits
  5. 15 Oct, 2024 - 1 commit
  6. 10 Oct, 2024 - 2 commits
  7. 09 Oct, 2024 - 1 commit
    • Flore Harlé's avatar
      Log file: fix the duplication of lines in log file when... · e650ffdd
      Flore Harlé authored
      Log file: fix the duplication of lines in log file when linphone_logging_service_set_log_file() is called several times.
      
      Add the field bctbx_log_handler_t *file_log_handler in LinphoneLoggingService to be able to close the current log file when a new one is set.
      In linphone_logging_service_set_log_file(), destroy the file log handler of the previous log file in service->file_log_handler and set the file log handler of the new log handler.
      If filename is NULL, close the current log file and return.
      
      Add a suite to check that the logs are written in only once in the current log file, even when linphone_logging_service_set_log_file is called() several times.
      e650ffdd
  8. 08 Oct, 2024 - 5 commits
  9. 07 Oct, 2024 - 2 commits
  10. 03 Oct, 2024 - 1 commit
  11. 01 Oct, 2024 - 1 commit
  12. 27 Sep, 2024 - 1 commit
  13. 26 Sep, 2024 - 1 commit
  14. 25 Sep, 2024 - 1 commit
  15. 23 Sep, 2024 - 1 commit
  16. 19 Sep, 2024 - 1 commit
  17. 18 Sep, 2024 - 4 commits
  18. 17 Sep, 2024 - 1 commit
  19. 14 Sep, 2024 - 1 commit
  20. 13 Sep, 2024 - 1 commit
    • Andrea Gianarda's avatar
      Implement CCMP conference scheduler that allows to create a conference · 81672fa8
      Andrea Gianarda authored
      by sending an HTTP message to a CCMP server.
      The XML schema of RFC6503 has been slightly modified to overcome a
      limitation in the parsing of abstract types  of the xsdcxx library
      
      Do not report ConferenceCallEvent if the call is not linked to any conference or the conference doesn't support media
      Prevent registration of dependent account after its removal
      Add ENABLE_DEPRECATED_TESTS to avoid running deprecated tests in the CI
      81672fa8
  21. 12 Sep, 2024 - 1 commit
  22. 11 Sep, 2024 - 1 commit
  23. 10 Sep, 2024 - 2 commits
  24. 09 Sep, 2024 - 2 commits