- 22 Oct, 2024 - 3 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 18 Oct, 2024 - 3 commits
-
-
QuentinArguillere authored
-
QuentinArguillere authored
-
Simon Morlat authored
Fix crash in linphone_call_take_preview_snapshot() while stream is send-only - previous commit labelled the same way was accidentally lost because of source code conflict.
-
- 17 Oct, 2024 - 1 commit
-
-
Andrea Gianarda authored
LIME: fallback to local address of the conference ID of the chatroom if the account hasn't registered yet Tester: - Set no RTP timeout to 6 as minimum value to avoid false positives due to small delay in receiving RTCP packets - Stabilize test "Video conference with no conference version" on overloaded or slow networks
-
- 16 Oct, 2024 - 2 commits
-
-
Andrea Gianarda authored
Allow the conference server to pass on a set of parameters to the CallSession object when answering a client call.
-
Simon Morlat authored
Fix crash in Swift wrapper because of setter's value being destroyed before its content is used by native code.
-
- 15 Oct, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 10 Oct, 2024 - 2 commits
-
-
Simon Morlat authored
Add linphone_call_create_notify() in order to send NOTIFY requests for implicit subscriptions created by a call. Add linphone_call_get_refer_to_address() and linphone_call_get_referred_by_address() methods.
-
Sylvain Berfini authored
-
- 09 Oct, 2024 - 1 commit
-
-
Flore Harlé authored
Log file: fix the duplication of lines in log file when linphone_logging_service_set_log_file() is called several times. Add the field bctbx_log_handler_t *file_log_handler in LinphoneLoggingService to be able to close the current log file when a new one is set. In linphone_logging_service_set_log_file(), destroy the file log handler of the previous log file in service->file_log_handler and set the file log handler of the new log handler. If filename is NULL, close the current log file and return. Add a suite to check that the logs are written in only once in the current log file, even when linphone_logging_service_set_log_file is called() several times.
-
- 08 Oct, 2024 - 5 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
Added the `createWarningHeader` method in `SalOp` to generate a SIP "Warning" header using the error information (`SalErrorInfo`) and the server address (`SalAddress`). The header is built with the 399 warning code, the server domain, and the associated error warnings.
-
Rework conference edition. Do not create sessin for the me participant to update the conference information in the ServerConference class but let do it to call_received
-
ClémenceHim authored
-
- 07 Oct, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Sylvain Berfini authored
Reworked background tasks a bit to fix issue seen sometimes where Android device goes to sleep during Core startup / push wakeup
-
- 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.
-
- 01 Oct, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 27 Sep, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 26 Sep, 2024 - 1 commit
-
-
Julien Wadel authored
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 - 1 commit
-
-
ClémenceHim authored
-
- 23 Sep, 2024 - 1 commit
-
-
Mickaël Turnel authored
-
- 19 Sep, 2024 - 1 commit
-
-
Sylvain Berfini authored
Fixed race condition with latest DNS changes in Android Platform helper leading to having no DNS set at remote provisioning time
-
- 18 Sep, 2024 - 4 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Android platform helper now directly updates DNS servers list in Core instead of waiting Core to ask for an updated list
-
Simon Morlat authored
Rework and fix liblinphone_tester_check_rtcp(), that was taking 15 seconds to execute all the time, for nothing.
-
Simon Morlat authored
Fix an issue where video camera streaming does not resumes after resuming a video call, when the video stream was send-only.
-
- 17 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 14 Sep, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 13 Sep, 2024 - 1 commit
-
-
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
-
- 12 Sep, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 10 Sep, 2024 - 2 commits
-
-
ClémenceHim authored
-
Mickaël Turnel authored
-
- 09 Sep, 2024 - 2 commits
-
-
Simon Morlat authored
-
Andrea Gianarda authored
-