- 11 Jan, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Sylvain Berfini authored
-
- 10 Jan, 2024 - 4 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Mickaël Turnel authored
-
Mickaël Turnel authored
-
- 09 Jan, 2024 - 1 commit
-
-
Mickaël Turnel authored
-
- 08 Jan, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
QuentinArguillere authored
ios begin/end background task : remove the dispatch_sync call to force execution on main thread, as beginBackgroundTask and endBackgroundTask functions can safely be called on non-main thread
-
- 04 Jan, 2024 - 3 commits
-
-
QuentinArguillere authored
-
Andrea Gianarda authored
Add curly brackets to variable used to set LINPHONESDK_IOS_BASE_URL in order to avoid the following error and improve clarity: CMake Warning: Ignoring extra path from command line: "/novideo/"
-
QuentinArguillere authored
-
- 03 Jan, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 02 Jan, 2024 - 1 commit
-
-
Andrea Gianarda authored
Do not attempt to update contact address if the call session doesn't have an op associated to [Belle SIP] Skip CRLF at the start of a NOTIFY body https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html "The requirement that the encapsulation boundary begins with a CRLF implies that the body of a multipart entity must itself begin with a CRLF before the first encapsulation line -- that is, if the "preamble" area is not used, the entity headers must be followed by TWO CRLFs. This is indeed how such entities should be composed. A tolerant mail reading program, however, may interpret a body of type multipart that begins with an encapsulation line NOT initiated by a CRLF as also being an encapsulation boundary, but a compliant mail sending program must not generate such entities."
-
- 29 Dec, 2023 - 1 commit
-
-
QuentinArguillere authored
-
- 26 Dec, 2023 - 1 commit
-
-
Simon Morlat authored
-
- 22 Dec, 2023 - 1 commit
-
-
Andrea Gianarda authored
Store content list under property 'content-list' to avoid having to split the multipart content body several times negatively affecting performances
-
- 21 Dec, 2023 - 2 commits
-
-
Andrea Gianarda authored
<entry uri="sip:username@domain"> <display-name>displayName</display-name> </entry>
-
Ghislain MARY authored
-
- 20 Dec, 2023 - 3 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
Modify video bandwidth estimator default settings to make it work with codecs that output small series of packets within frames (AV-1, H265)
-
Sylvain Berfini authored
Updated submodules to automatically change microphone device ID when switching output audio device (fixes echo on some devices such as Samsung when using AAudio)
-
- 18 Dec, 2023 - 2 commits
-
-
Sylvain Berfini authored
Updated liblinphone to update @notnil tag on some callbacks prototypes + fix Android crash when display is null
-
Sylvain Berfini authored
Updated liblinphone to update @notnil tag on some callbacks prototypes + fix Android crash when display is null
-
- 16 Dec, 2023 - 1 commit
-
-
- Replace cmake fatal command by message of type FATAL_ERROR - Avoid implicit cast from size_t to uint8_t in SHA and HMAC-SHA wrappers
-
- 15 Dec, 2023 - 5 commits
-
-
Ghislain MARY authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
Sylvain Berfini authored
-
- 14 Dec, 2023 - 2 commits
-
-
ClémenceHim authored
-
Andrea Gianarda authored
Method uncompress_body_if_required removes that Content-Encoding message header therefore liblinphone ha sno means of knowing whether the body was compresses or not. Now belle-sip adds a custom header "X-BelleSip-Removed-Content-Encoding" to pass the encoding to liblinphone allowing to verify that both sender and receiver have it set
-
- 13 Dec, 2023 - 3 commits
-
-
Simon Morlat authored
Implement workaround for PBX servers that do not set the to header to the SIP identity of the callee, but to the contact uri.
-
Christophe Deschamps authored
API for controlling remote push notifications parameter pn-call-remote-push-interval (Context iOS/Linhome)
-
Sylvain Berfini authored
-
- 12 Dec, 2023 - 3 commits
-
-
Peio Rigaux authored
lRemove useless CI lines as linux builds are launched in nightly as default
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Updated liblinphone to fix FileTransferContent not containaing downloaded file name in state changed callback
-
- 11 Dec, 2023 - 2 commits
-
-
Sylvain Berfini authored
Updated liblinphone to fix FileTransferContent not containaing downloaded file name in state changed callback
-
Frederik Wedel-Heinen authored
Adds ENABLE_OPENSSL as a dependent option Enable openssl and disable mbedtls for testing. Make openssl cmake config files discoverable when setting set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) Update openldap Make directory openssl include path during cmake configuration Refactor openssl windows configuration parameters Enforce Openssl and Mbedtls not enabled together Add CI build with openssl on debian12 (others builds back to mbedtls) cmake version restored to 3.22 so other builds can go on in the CI Warning: build on debian 12 passes because there is a cmake version > 3.24. If the build is targeted to other platform, we may need to enforce back this requirement Run bctoolbox tests on openssl build in CI Improve linphonesdk_strict_dependent_option CMake macro to allow the use of the NOT keyword in the strict condition (as is possible with the cmake_dependent_option macro). Update openssl version to 3.0.12 Fix typo for gitlab setup for openssl build...
-