1. 01 Sep, 2021 - 4 commits
  2. 31 Aug, 2021 - 1 commit
  3. 30 Aug, 2021 - 3 commits
  4. 27 Aug, 2021 - 3 commits
  5. 26 Aug, 2021 - 2 commits
  6. 25 Aug, 2021 - 3 commits
  7. 23 Aug, 2021 - 3 commits
  8. 20 Aug, 2021 - 2 commits
    • Andrea Gianarda's avatar
      Rename linphone_core_get_100rel_support_level and... · 41a6062f
      Andrea Gianarda authored
      Rename linphone_core_get_100rel_support_level and linphone_core_set_100rel_support_level to comply with Swift function naming rules
      41a6062f
    • Andrea Gianarda's avatar
      Liblinphone: · 48bbea0c
      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
      48bbea0c
  9. 19 Aug, 2021 - 2 commits
  10. 12 Aug, 2021 - 3 commits
  11. 11 Aug, 2021 - 1 commit
  12. 10 Aug, 2021 - 2 commits
  13. 09 Aug, 2021 - 1 commit
  14. 05 Aug, 2021 - 1 commit
  15. 04 Aug, 2021 - 1 commit
  16. 03 Aug, 2021 - 2 commits
  17. 23 Jul, 2021 - 1 commit
  18. 15 Jul, 2021 - 2 commits
    • Timothée Jaussoin's avatar
      liblinphone!1395 · 950fc62c
      Timothée Jaussoin authored
      950fc62c
    • Julien Wadel's avatar
      * Stop audio stream when setting new device and Filter don't implement... · 4a67c04d
      Julien Wadel authored
      * 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.
      4a67c04d
  19. 14 Jul, 2021 - 1 commit
  20. 13 Jul, 2021 - 2 commits
    • Julien Wadel's avatar
      Audio : avoid returning audio card if null is set. Fix getting capture card on... · 799339ca
      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.
      799339ca
    • Julien Wadel's avatar
      Remove multiple lines in debug logs on UWP. · 489cf480
      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.
      489cf480