- 20 Aug, 2024 - 2 commits
-
-
Andrea Gianarda authored
core in order to keep the backward compatibility. The SDK now stores the addresses of the conference without the gr parameter as it will negatively affect the high availability capability of a server and it will make it dependent on keeping the same gr all the time. Therefore clients might be lead to call the conference without specifying the gr parameter in the To field of the INVITE. If a conference address was stored with the gr parameter, the core would not be able to find it as it compares strings and not Address objects.
-
Andrea Gianarda authored
chatroom from conferences. Create event handler if not already done when exhuming the chatroom Avoid changing SSRC of main stream if not needed when changing layout
-
- 19 Aug, 2024 - 1 commit
-
-
johan authored
-
- 15 Aug, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 14 Aug, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Do not add Address or phone number to a Friend if it already contains it + fixed getSipAddresses() not always returning every one of them
-
- 13 Aug, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 09 Aug, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 08 Aug, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 05 Aug, 2024 - 1 commit
-
-
Do not block linphone_core_iterate() when there are unregistrations to perform after calling linphone_core_stop_async().
-
- 04 Aug, 2024 - 3 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
-
- 02 Aug, 2024 - 1 commit
-
-
ClémenceHim authored
-
- 31 Jul, 2024 - 2 commits
-
-
Ghislain MARY authored
-
Andrea Gianarda authored
Add account getter to the Conference and ChatRoom in order to make the best effort to associated an account to a conference should it not have been already done
-
- 30 Jul, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 29 Jul, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 25 Jul, 2024 - 3 commits
-
-
Andrea Gianarda authored
Set intialized flag to false when disconnecting database
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 24 Jul, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Mickaël Turnel authored
-
- 23 Jul, 2024 - 4 commits
-
-
Mickaël Turnel authored
(cherry picked from commit b6f64b03)
-
Mickaël Turnel authored
(cherry picked from commit 99fae1d6)
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 22 Jul, 2024 - 3 commits
-
-
Julien Wadel authored
- Move insensitve convertion on loading config to provider loading to avoid erasing custom data. - toLower sip_attribute to make insentive checks. - Add debug logs on what attributes are sent by the server.
-
Julien Wadel authored
-
Sylvain Berfini authored
Wait for aggregated chat messages to be notified to the app before sending delivered to user notification
-
- 19 Jul, 2024 - 2 commits
-
-
Nicolas Delpech authored
-
Andrea Gianarda authored
-
- 18 Jul, 2024 - 1 commit
-
-
- 17 Jul, 2024 - 4 commits
-
-
Flore Harlé authored
Add a longer timer (3600 seconds) to end the call whether no rtp packets are received and the call is on hold. (cherry picked from commit 205cee7f)
-
Andrea Gianarda authored
go to NotDelivered state in order to be properly deleted. Do not update conference address if the scheduler is updating or cancelling the conference
-
Simon Morlat authored
-
Simon Morlat authored
Add sip/prefer_ipv6 linphonerc property to request whether to start with ipv6 or ipv4 when doing an outgoing SIP connection. + fix account manager tests because of upgrade to Flexisip account manager 1.4->1.5.
-
- 16 Jul, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Sylvain Berfini authored
updated friend list revision field to be a string instead of an int, fixed friend created by CardDAV not added to FriendList nor stored in DB, and other vCard / CardDAV related improvements.
-