- 15 Jan, 2024 - 2 commits
-
-
Andrea Gianarda authored
do not compile example plugin for iOS liblinphone: Correctly set minimum OS version for Apple devices to example plugin
-
Andrea Gianarda authored
-
- 12 Jan, 2024 - 3 commits
-
-
Sylvain Berfini authored
Updated liblinphone & mediastreamer2 to fix an issue with OpenSLES on Android + prevent crash in PhoneStateListener
-
Christophe Deschamps authored
-
Christophe Deschamps authored
-
- 11 Jan, 2024 - 2 commits
-
-
Christophe Deschamps authored
- Refactor account creator utility functions - Migrate account creator random username and password generators from C to C++
-
Andrea Gianarda authored
-
- 10 Jan, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Sylvain Berfini authored
-
- 09 Jan, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 05 Jan, 2024 - 1 commit
-
-
Simon Morlat authored
Take into account bandwidth consumed by non-controlled streams (such as audio) for creating TMMBR requests for controlled streams. This should improve quality for medium bandwidth internet connections by avoiding a risk of congestion.
-
- 04 Jan, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 03 Jan, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 02 Jan, 2024 - 2 commits
-
-
Simon Morlat authored
-
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."
-
- 27 Dec, 2023 - 1 commit
-
-
Christophe Deschamps authored
API for controlling remote push notifications parameter pn-call-remote-push-interval (Context iOS/Linhome)
-
- 26 Dec, 2023 - 1 commit
-
-
Simon Morlat authored
Fix spurious re-INVTE after accepting a call that was disconnected during IncomingReceived state. Fix crash on iOS because of ToneManager busy with end tone of a past call while accepting a new incoming call.
-
- 22 Dec, 2023 - 1 commit
-
-
Simon Morlat authored
Fix audio issue on iOS: audio route setting set prior to the beginning of a call was not taken into account.
-
- 21 Dec, 2023 - 3 commits
-
-
Andrea Gianarda authored
Store content list under property 'content-list' to avoid having to split the multipart content body several times negatively affecting performances
-
Ghislain MARY authored
-
Andrea Gianarda authored
<entry uri="sip:username@domain"> <display-name>displayName</display-name> </entry>
-
- 20 Dec, 2023 - 2 commits
-
-
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 - 1 commit
-
-
Sylvain Berfini authored
Updated liblinphone to update @notnil tag on some callbacks prototypes + fix Android crash when display is null
-
- 15 Dec, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda 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 - 2 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.
-
Sylvain Berfini authored
-
- 12 Dec, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Dec, 2023 - 2 commits
-
-
Sylvain Berfini authored
Updated liblinphone to fix FileTransferContent not containaing downloaded file name in state changed callback
-
Andrea Gianarda authored
participant(s) who couldn't receive the message correctly send an IMDN stating they received it (They switch to DeliveredToUser state)
-
- 09 Dec, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 07 Dec, 2023 - 2 commits
-
-
Andrea Gianarda authored
Upon reception of a chat message, set its state to Delivered as soon as the modifiers have been processed. This allow to insert the message in the database as being in the Delivered state and therefore initialize all recipients to Delivered
-
Andrea Gianarda authored
Move local participant to DeliveredToUser as soon as the message and its attachments are downloaded Do not store the address of participants having received the message with their GRUU
-
- 06 Dec, 2023 - 3 commits
-
-
Sylvain Berfini authored
-
Simon Morlat authored
Fix issue causing camera to be sent when accepting early media. Add asserts to avoid any future regression, and for audio as well.
-
Sylvain Berfini authored
-