- 08 Oct, 2024 - 4 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
Handle case where a chat message is created or retrieved from the database during startup. In such a scenario the contact address may not be available as the REGISTER has not been sent yet or the 200Ok received
-
ClémenceHim authored
-
Andrea Gianarda authored
-
- 07 Oct, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Updated liblinphone with changes regarding background task during Core startup / push wakeup to fix Android issue
-
- 03 Oct, 2024 - 1 commit
-
-
Andrea Gianarda authored
used in a back to back user agent) when the calls are in the early media state.
-
- 02 Oct, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 01 Oct, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 30 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 27 Sep, 2024 - 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 26 Sep, 2024 - 2 commits
-
-
Simon Morlat authored
-
Julien Wadel authored
Since setlocal is now set by the application, remove setting user-preferences from the search. In the case it is needed, do not forget to keep a backup of setlocale with std::string (to keep name in memory) and restore the locale after the use (which was not done and lead to a bug where encoding change)
-
- 25 Sep, 2024 - 2 commits
-
-
ClémenceHim authored
-
Mickaël Turnel authored
-
- 24 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 19 Sep, 2024 - 3 commits
-
-
Julien Wadel authored
- Update ReadMe. - Update VPX build.
-
Julien Wadel authored
-
Sylvain Berfini authored
-
- 18 Sep, 2024 - 3 commits
-
-
johan authored
+ flags on raspberry pi 3+ for mbedtls build
-
Sylvain Berfini authored
-
Simon Morlat authored
-
- 16 Sep, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 14 Sep, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 13 Sep, 2024 - 2 commits
-
-
Andrea Gianarda authored
by sending an HTTP message to a CCMP server. The XML schema of RFC6503 has been slightly modified to overcome a limitation in the parsing of abstract types of the xsdcxx library Do not report ConferenceCallEvent if the call is not linked to any conference or the conference doesn't support media Prevent registration of dependent account after its removal Add ENABLE_DEPRECATED_TESTS to avoid running deprecated tests in the CI
-
Flore Harlé authored
Add upper limit to the index of the histograms bins (fix crash). Correct the counter of definitely lost packets. When a packet n is read from jitter buffer, if the last one was m and n -m > 1, then the list of missing packets is updated. All missing packets older than m that where asked in FEC but has not been repaired are supposed to have been found in the jitter buffer. It could happen if the packets do not arrive in chronological order. If the gap between m and n is bigger than 100 there could be a reset in the sequence numbers. In that case the new sequence numbers are not considered, as it would lead to count a large number of lost packets that may not exist.
-
- 12 Sep, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Sep, 2024 - 5 commits
-
-
Simon Morlat authored
Fix http digest authentication with several challenges in a single Www-authenticate header (MD5, SHA-256)
-
johan authored
-
Simon Morlat authored
-
Ghislain MARY authored
-
Mickaël Turnel authored
-
- 10 Sep, 2024 - 3 commits
-
-
ClémenceHim authored
-
Mickaël Turnel authored
-
Simon Morlat authored
-
- 09 Sep, 2024 - 4 commits
-
-
johan authored
-
-
Andrea Gianarda authored
Enable parallel test execution of job liblinphone-debian12-openssl-test-mr
-
Andrea Gianarda authored
default one as it may associate to it all chatrooms In fact, if an application is registering with multiple account, all chatroom are assigned to the default account after restarting the core as MainDb::getChatRooms doesn't assign it explicitely. The conference object has a method that attempt to assign an account to the parameters already if not already done
-