- 18 Jan, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 16 Jan, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 15 Jan, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 12 Jan, 2024 - 4 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
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
Delay downloading any configured contacts-vcard-list to after Configuring step & store result in DB if configured
-
- 04 Jan, 2024 - 1 commit
-
-
Simon Morlat authored
Adjust "Alerts" suite to take into account that tmmbr values take into account non-controlled streams.
-
- 02 Jan, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 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.
-
- 21 Dec, 2023 - 2 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
-
Andrea Gianarda authored
<entry uri="sip:username@domain"> <display-name>displayName</display-name> </entry>
-
- 20 Dec, 2023 - 1 commit
-
-
Simon Morlat authored
Write ChangeLog.md for 5.3.0 release, fix documentation issue, fix bug with video codec priority policy not taken into account.
-
- 19 Dec, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 18 Dec, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 15 Dec, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
- 14 Dec, 2023 - 1 commit
-
-
Andrea Gianarda authored
-
- 13 Dec, 2023 - 1 commit
-
-
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. Fix memory leak.
-
- 12 Dec, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Dec, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
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
Do not store the address of participants having received the message with their GRUU
-
- 06 Dec, 2023 - 4 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
-
Andrea Gianarda authored
Set all participant states to NotDelivered only if a chat message goes into the NotDelivered state and the sender is in NotDelivered state. Table conference_info_participants has a constraint such as the triple (participant_sip_address_id, conference_info_id, is_organizer) must be unique. In some rare case, it happens that there are two row with the same ivalue for column participant_sip_address_id and conference_info_id but a different one for is_organizer. To recover from this scenario, delete one of the two row such that the client will have the right informations once he/she joins the conference
-
- 05 Dec, 2023 - 2 commits
-
-
Andrea Gianarda authored
Add random part to conference record file to avoid that two tests write, modify or access it at the same time
-
Sylvain Berfini authored
-
- 29 Nov, 2023 - 1 commit
-
-
Simon Morlat authored
-