1. 23 Nov, 2023 - 1 commit
  2. 17 Jul, 2023 - 1 commit
  3. 06 Jul, 2023 - 1 commit
  4. 26 Jun, 2023 - 1 commit
  5. 20 Apr, 2023 - 1 commit
  6. 19 Apr, 2023 - 1 commit
  7. 24 Aug, 2022 - 1 commit
  8. 29 Apr, 2021 - 1 commit
    • Timothée Jaussoin's avatar
      Implement FlexiAPI REST API · 0666fba9
      Timothée Jaussoin authored
      Split some common code between the XMLRPC and REST API in utils files
      Do not create local variable named mRequestCallbacks in AccountCreatorFlexiAPI constructor
      Do create objects with new and delete them using free
      Complete endpoints integration
      Add a new flexiapi_url config variable in the LinphoneCore configuration
      Split account creator tests in two, local and xmlrpc ones
      Cleanup and remove unused code
      Echap some URL parameters in FlexiAPIClient
      Rename XMLRPC specific methods
      Implement more FlexiSIP endpoints in the account manager
      Create a new Account Creator FlexiAPI test suit
      Put in common some functions of the Account Creator test suits
      Complete FlexiAPIClient and the related account creator connectors
      Load libjsoncpp properly
      Fix response parameter in FlexiAPIClient responses
      Use the new callback event system in the XMLRPC tests
      Rename a few methods
      Add comments to make some code more explicit
      Pass jsoncpp to object
      Add XCODE static/object for jsoncpp
      Move the account_creator files from coreapi to src
      Add a ENABLE_FLEXIAPI toggle
      0666fba9
  9. 03 Aug, 2020 - 1 commit
  10. 05 Jun, 2020 - 2 commits
  11. 06 Feb, 2020 - 1 commit
    • Simon Morlat's avatar
      Add RTP bundle mode support. · 22e9270a
      Simon Morlat authored
      This work required a major internal refactoring of how streams (audio, video, text, maybe others in the future) are handled by liblinphone.
      This refactoring introduces a new design, where a streams are managed through a common base class named 'Stream', by a new class StreamsGroup that has the responsability of coordinating streams together.
      In addition, these classes are provided with an OfferAnswerContext, that contains a representation of SDP local parameters, remote parameters, and agreed parameters.
      
      The IceAgent has been redesigned too, renamed as IceService. It is now invoked by the StreamsGroup, and given the same OfferAnswerContext.
      The IceService now supports handling of several IP addresses, using getifaddrs() (linux, android, iOS, Mac), windows to be done. The new code is more compact.
      
      The internal function sal_stream_description_active() has been removed as its name was confusing.
      Instead sal_stream_description_active() can be used to know if a stream is active (i...
      22e9270a
  12. 22 Aug, 2019 - 1 commit
  13. 12 Dec, 2018 - 1 commit
  14. 11 Jan, 2018 - 1 commit
  15. 21 Sep, 2017 - 1 commit
  16. 05 Jun, 2017 - 1 commit
  17. 17 Feb, 2017 - 1 commit
  18. 27 Jul, 2016 - 2 commits
  19. 28 Oct, 2015 - 2 commits
  20. 15 Oct, 2015 - 1 commit
  21. 01 Sep, 2015 - 1 commit
  22. 07 Jul, 2015 - 1 commit
  23. 03 Jul, 2015 - 1 commit
  24. 30 Jun, 2015 - 2 commits
  25. 11 Jun, 2015 - 1 commit
  26. 08 Jun, 2015 - 1 commit
  27. 05 Jun, 2015 - 1 commit
  28. 23 Mar, 2015 - 1 commit
  29. 27 Feb, 2015 - 1 commit
  30. 02 Jan, 2015 - 1 commit
  31. 28 Nov, 2014 - 1 commit
  32. 26 Nov, 2014 - 1 commit
  33. 25 Nov, 2014 - 1 commit
  34. 12 Aug, 2014 - 1 commit
  35. 07 Aug, 2014 - 1 commit
  36. 04 Aug, 2014 - 1 commit