- 06 Feb, 2025 - 1 commit
-
-
Flore Harlé authored
-
- 05 Feb, 2025 - 3 commits
-
-
Julien Wadel authored
linphone_account_normalize_phone_number() need a username.
-
Andrea Gianarda authored
Make the best effort to find a conference that can be linked to an INVITE session. In some cases, the account contact address doesn't match neither the conference ID peer address nor the conference address therefore the core now looks also at the To or From headers Add backward compatibility code for tchat conference server based on SDK release/5.3. In fact, the GRUU parameter must be added to the To header of a SUBSCRIBE and MESSAGE messages Comment code needed to remove the gr parameter from the conference address and conference ID that can be used once a tchat flexisip conference server based on SDK 5.4 will be released Add setting to keep GRUU in chatroom and conference addresses and conference IDs Do not use anymore local address as contact address of SUBSCRIBE and PUBLISH messages
-
Christophe Deschamps authored
-
- 04 Feb, 2025 - 1 commit
-
-
ClémenceHim authored
-
- 03 Feb, 2025 - 1 commit
-
-
Simon Morlat authored
Add useful linphone_participant_device_get_participant() method. Fix a random crash.
-
- 30 Jan, 2025 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
Fix documentation of onActiveSpeakerParticipantDevice callback as the pointer to the device can be NULL. It occurs when the active speaker leaves the conference
-
- 29 Jan, 2025 - 6 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
Fix constness and by-reference small issues, avoid reloading FriendList when no DB migration from legacy DB is done.
-
Ghislain MARY authored
-
Ghislain MARY authored
-
ClémenceHim authored
-
ClémenceHim authored
-
- 28 Jan, 2025 - 5 commits
-
-
Andrea Gianarda authored
-
Ghislain MARY authored
What happened was that if an application was updated and tried to import legacy chat messages, it would consider all of the chat messages, call history and friends as updated, and then trying to import friends would do nothing.
-
Mickaël Turnel authored
-
Andrea Gianarda authored
database data retrieval Catch exception thrown by getCore() in the ClientConferenceEventHandler class Improve reliability of remote provisioning tests using the FlexiAPI and of test "Create video transfer conference with active speaker changed"
-
Andrea Gianarda authored
Add test to verify behaviour when a conference with chat capabilities ends before the EKT has been sent
-
- 27 Jan, 2025 - 4 commits
-
-
Andrea Gianarda authored
-
ClémenceHim authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Fixed local contact removed & added again during CardDAV sync due to URL mismatch, fixed issue if remote server is on a non-standard port
-
- 24 Jan, 2025 - 1 commit
-
-
Andrea Gianarda authored
conference even if the last one is still active Increase number of CPUs required by "Audio Bypass" test suite
-
- 23 Jan, 2025 - 3 commits
-
-
Andrea Gianarda authored
Call core callbacks when a chat message has been received on a chat room linked to a audio video conference Move ConferenceScheduler to the Error state if the conference infromation cannot be inserted in the database
-
Simon Morlat authored
-
Simon Morlat authored
This feature is now extremely rarely used, and has security risks.
-
- 22 Jan, 2025 - 5 commits
-
-
johan authored
+ code cleaning
-
johan authored
-
johan authored
-
johan authored
-
Andrea Gianarda authored
Rework how participants are added to conference by an admin. The call to ClientConference::addParticipant() will now add them to the list of invited participant and they'll be added to to the conference official participant list by the Conference Event Package or when transfering the call to the focus if the core doesn't support RFC4575.
-
- 21 Jan, 2025 - 2 commits
-
-
jehan authored
-
Andrea Gianarda authored
-
- 16 Jan, 2025 - 3 commits
-
-
Andrea Gianarda authored
-
Mickaël Turnel authored
-
Andrea Gianarda authored
Destroy and recreate tchat when receiving a 403 Forbidden response upon sending of a message in a 1-to-1 tchat
-
- 15 Jan, 2025 - 3 commits
-
-
ClémenceHim authored
-
Andrea Gianarda authored
-
Flore Harlé authored
Add option unregister_at_stop in linphone account parameters to unregister or not an account when the core stops. The unregister is done if the parameter is true (default value). Use this parameter with iOS to not unregister when the application is in background and the push notifications are disabled.
-