1. 30 Aug, 2021 - 2 commits
  2. 27 Aug, 2021 - 1 commit
    • Andrea Gianarda's avatar
      Liblinphone: · fba760a3
      Andrea Gianarda authored
          Start count of potential configuration to 1
      
          Compatibility with Avaya and FreeSwitch servers:
          - call is paused when receiving a response with all streams having RTP port set to 0
          - add support for 100rel support/require level
      
          belle-sip:
          Test scenario where connection and origin IP are not identical
      5.0.12
      fba760a3
  3. 26 Aug, 2021 - 5 commits
  4. 25 Aug, 2021 - 3 commits
  5. 24 Aug, 2021 - 1 commit
  6. 23 Aug, 2021 - 2 commits
  7. 20 Aug, 2021 - 1 commit
  8. 19 Aug, 2021 - 5 commits
  9. 17 Aug, 2021 - 1 commit
  10. 12 Aug, 2021 - 3 commits
  11. 11 Aug, 2021 - 3 commits
  12. 10 Aug, 2021 - 1 commit
  13. 09 Aug, 2021 - 1 commit
  14. 05 Aug, 2021 - 2 commits
  15. 30 Jul, 2021 - 1 commit
  16. 29 Jul, 2021 - 7 commits
    • Julien Wadel's avatar
      Audio : avoid returning audio card if null is set. Fix getting capture card on... · a9ed3e86
      Julien Wadel authored
      Audio : avoid returning audio card if null is set. Fix getting capture card on setting input and not playback. Allow setting NULL device (case of no cards available). Fix tests to not take account of system audio cards (maybe need to be done directly on core creation) Fix UWP tester in case of xml wasn't needed.
      * Stop audio stream when setting new device and Filter don't implement MS_AUDIO_CAPTURE_SET_INTERNAL_ID and MS_AUDIO_PLAYBACK_SET_INTERNAL_ID. This fix allow changing device on Desktop while ringback.
      * Add Audio stream stop count for tests.
      * Change audio_stream_set_<input/output>_ms_snd_card prototype to know if MS_AUDIO_CAPTURE_SET_INTERNAL_ID/MS_AUDIO_PLAYBACK_SET_INTERNAL_ID have been called in filters.
      * Add debug feedback when setting card.
      5.0.3
      a9ed3e86
    • Julien Wadel's avatar
      Remove multiple lines in debug logs on UWP. · 7a5bc3dd
      Julien Wadel authored
      Install docs only if requested (This is a workaround to having a path with too many characters on Windows where it is not needed to have docs).
      Export 2 liblinphone_tester functions to allow UWP to use them for fixing dns resolver. Fix dns resolver on UWP tester that didn't point to the right IP.
      Wasapi : Add default card only if it exists.
      7a5bc3dd
    • Julien Wadel's avatar
    • Julien Wadel's avatar
      Fix audio quality tester : remove useless test and rework opus test to reduce... · a43fcdf4
      Julien Wadel authored
      Fix audio quality tester : remove useless test and rework opus test to reduce failing test on randomness silences
      a43fcdf4
    • Julien Wadel's avatar
      Quickfix on CI for UWP build (generator name wasn't wrapped in quotes and add... · 15f3c553
      Julien Wadel authored
      Quickfix on CI for UWP build (generator name wasn't wrapped in quotes and add Win64 on already Win64 generator)
      15f3c553
    • Julien Wadel's avatar
      Fix for Win64 on ffmpeg, openh264, autotools and openldap. · 90c40f74
      Julien Wadel authored
      Fix cast errors on x64.
      
      Deploy openldap dependencies (windows), CI rework
      90c40f74
    • Julien Wadel's avatar
      Fixing Nuget assemblies. · 46446e33
      Julien Wadel authored
      - Add nuget.targets to build folders.
      - Add Copy to output in targets.
      - Assets copy outside of target (fix error on payloads).
      
      UWP Wrapper:
      - Fix target framework.
      - UWP/Win32 CSharp wrapper.
      
      Add debug message for nuget generation.
      Fix bctoolbox on missing header.
      Fix UWP generator to take account Visual Studio 2019 and later.
      
      # Conflicts:
      #	bctoolbox
      #	liblinphone
      46446e33
  17. 27 Jul, 2021 - 1 commit