1. 29 Nov, 2023 - 1 commit
  2. 25 Nov, 2023 - 2 commits
  3. 24 Nov, 2023 - 1 commit
  4. 23 Nov, 2023 - 2 commits
  5. 21 Nov, 2023 - 1 commit
  6. 20 Nov, 2023 - 1 commit
    • Andrea Gianarda's avatar
      Database: · dc0f3e41
      Andrea Gianarda authored
      - Do not use temporary variable in soci:use
      
      Conference Scheduler:
      - Do not attempt to send an ICS message to ourselves
      
      Capability Negotiation Tester:
      - When a call changes encryption towards DTLS or ZRTP, wait for the callback encryption change before moving on as ZRTP key negotiation might be slow in some cases
      
      Local Conference Tester:
      - Expand usage of wait_for_conference_streams to make sure that a conference is full established instead of relying on the number of the state changes of a call to a particular state
      
      Tester:
      - Update suite expected duration
      dc0f3e41
  7. 16 Nov, 2023 - 1 commit
  8. 14 Nov, 2023 - 1 commit
  9. 26 Oct, 2023 - 1 commit
  10. 24 Oct, 2023 - 1 commit
  11. 23 Oct, 2023 - 1 commit
  12. 20 Oct, 2023 - 1 commit
    • Andrea Gianarda's avatar
      - For backward compatibility, never set local and peer addresses of the... · 83d13e62
      Andrea Gianarda authored
      - For backward compatibility, never set local and peer addresses of the ConferenceID object to nullptr
      - Clean up temporary database tables before starting an update because
      they are not deleted if the MainDb::updateSchema() fails
      - Reply 481 Transaction Does Not Exist to any INVITE or UPDATE received
      after the BYE is sent
      83d13e62
  13. 16 Oct, 2023 - 2 commits
  14. 12 Oct, 2023 - 1 commit
  15. 11 Oct, 2023 - 1 commit
  16. 10 Oct, 2023 - 1 commit
  17. 05 Oct, 2023 - 1 commit
  18. 28 Sep, 2023 - 1 commit
  19. 26 Sep, 2023 - 1 commit
    • Andrea Gianarda's avatar
      Conference Factory URI: · 3a43603e
      Andrea Gianarda authored
         Set it as Address in account parameters and core in order to easily
         take advantage of address comparison, parameter management and
         compliance with RFC3261
      
      Conference:
        Allow applications to directly mute licrophone and get input device
        volume through the conference object.
        This will ensure that whatever type of confenrece is and regardless if the
        device is hosting or being a participant, the application will have only
        one interface to use and the SDK will work under the hood.
      
      Deprecated methods:
        Delete linphone_core_mute_mic and linphone_core_is_mic_muted
        Add LINPHONE_DEPRECATED to deprecated Account parameter methods
      
      Tester:
        Pass conference factory uri to ClientConference constructor instead of
        focus identity
      
      Memory leaks:
        Free data of list returned by linphone_friend_get_phone_numbers
      3a43603e
  20. 25 Sep, 2023 - 2 commits
  21. 21 Sep, 2023 - 1 commit
  22. 20 Sep, 2023 - 2 commits
  23. 19 Sep, 2023 - 2 commits
  24. 14 Sep, 2023 - 2 commits
    • Sylvain Berfini's avatar
    • Andrea Gianarda's avatar
      In the call parameters, there are 2 ways of setting the from address · 2dc884fb
      Andrea Gianarda authored
      when initiating a call;
      - from header
      - account
      These 2 parameters are dependent from each other which makes tricky for
      the core to know exactly which account to use and the correct from
      address.
      In most scenarios, the from address is the account's identity address
      but it is not always the case such as in the case of a direct call.
      Moreover, the account cannot be always deduced in a straightforward
      matter such as if the core has no default account (but it is registered
      with one or more accounts) and the call parameters have not set one.
      
      The algorithm for choosing an account is the following:
      1) search in the call parameters
      2) get the default account
      3) look up for the best guessed account based on the from (if known) or
         to address
      
      The algorithm for known the from address is the following:
      1) look for the from header in the call parameters
      2) look up for the identity address of the account (if known)
      3) get the core primary account
      
      Set Ik SDP attribute based on the account used for a call
      
      Use account set in the call parameters before retrieving the NAT policy.
      It may happen that a call session is buuild without passing an account
      and in such a case, the SDK will do its best to get one
      2dc884fb
  25. 12 Sep, 2023 - 1 commit
    • Andrea Gianarda's avatar
      Uninvited participant role: · ae013672
      Andrea Gianarda authored
      - Speaker -> participant has been added by an admin through a REFER
                -> participant has called the conference and all other participants are speakers
      - Listener -> participant has called the conference and there is at least a listener being part of the conference
      
      Look if there is a conference info matching the to address in the database in order to know if a call will be part of a conference even if the call cannot be started right away if ICE candidates have to be gathered firt
      
      Wait for the call to onFullStateReceived before updating the conference informations when parsing a NOTIFY full state. This allows to optimize database accesses
      ae013672
  26. 08 Sep, 2023 - 1 commit
  27. 07 Sep, 2023 - 2 commits
    • Simon Morlat's avatar
      Fix test and memory leaks. · 10ff9f91
      Simon Morlat authored
      10ff9f91
    • Andrea Gianarda's avatar
      Source code: · 5f3273b8
      Andrea Gianarda authored
        - Add callback to notify the application that a participant has changed role in the conference
        - Take into account role when creating the list of participant informations of a conference
        - Give priority to the conference information stored in the database over that cached in the call log object
        - When a participant is added, give the application a pointer to it with all the informations up to date
        - In the event of a full state, reduce the number of database accesses by updating the conference information in the callback onFullStateReceived. Previously, for every participant added a DB access was required in order to update the conference information
      
      Tests:
        - Add verification of role and sequence id of every participant info in the conference information in the call logs and conference information
        - add helper functions to ease checking of conference informations
      5f3273b8
  28. 06 Sep, 2023 - 1 commit
  29. 05 Sep, 2023 - 1 commit
  30. 04 Sep, 2023 - 2 commits
  31. 01 Sep, 2023 - 1 commit