- 06 Dec, 2023 - 1 commit
-
-
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 - 1 commit
-
-
Andrea Gianarda authored
Add random part to conference record file to avoid that two tests write, modify or access it at the same time
-
- 29 Nov, 2023 - 2 commits
-
-
Simon Morlat authored
-
Sylvain Berfini authored
Fixed default_account_changed callback not triggered when default account is deleted + added account removed callback (and renamed account created callback)
-
- 28 Nov, 2023 - 1 commit
-
-
Simon Morlat authored
Improve the media local IP address guessing algorithm. It now uses the incoming SDP, when available. Temporarily raise the failed threshold threshold to 3 to take into account that one of the test is failing because of an issue in flexisip-2.3
-
- 25 Nov, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 24 Nov, 2023 - 1 commit
-
-
Andrea Gianarda authored
-
- 23 Nov, 2023 - 3 commits
-
-
-
-
Simon Morlat authored
-
- 21 Nov, 2023 - 1 commit
-
-
ClémenceHim authored
-
- 20 Nov, 2023 - 1 commit
-
-
Andrea Gianarda authored
- Do not use temporary variable in soci:use Conference Scheduler: - Do not attempt to send an ICS message to ourselves Capability Negotiation Tester: - When a call changes encryption towards DTLS or ZRTP, wait for the callback encryption change before moving on as ZRTP key negotiation might be slow in some cases Local Conference Tester: - Expand usage of wait_for_conference_streams to make sure that a conference is full established instead of relying on the number of the state changes of a call to a particular state Tester: - Update suite expected duration
-
- 18 Nov, 2023 - 1 commit
-
-
Simon Morlat authored
-
- 16 Nov, 2023 - 1 commit
-
-
Simon Morlat authored
Add X-Linphone-Provisioning custom header to http requests for remote provisionning. Improve documentation.
-
- 15 Nov, 2023 - 1 commit
-
-
Peio Rigaux authored
-
- 14 Nov, 2023 - 1 commit
-
-
Andrea Gianarda authored
sure to get accurate volumes database: when selecting a conference info, check that the ordered uri string is the same as the one stored in the database. If it is not the case, update the database entry to avoid issues when searching the conference information by its address
-
- 10 Nov, 2023 - 1 commit
-
-
Andrea Gianarda authored
Increase timeout of Michelle's and focus's chat room deletion function simple_conference_base: wait for full state and then liblinphone tester timeout ms before checking volumes video_call_expected_fps_for_specified_bandwidth: increase number of iterations
-
- 09 Nov, 2023 - 1 commit
-
-
Julien Wadel authored
-
- 07 Nov, 2023 - 2 commits
-
-
Julien Wadel authored
Tester : add a name check on friend.
-
Julien Wadel authored
Replace snprintf by bctoolbox replace in order to support multiple arguments.
-
- 06 Nov, 2023 - 1 commit
-
-
Andrea Gianarda authored
the database ot fix compatibility issues when migrating from release/5.2 - Allow to update participant parameters in DB - Improve handling of organizer addition and merge into participant if it is also specified in the participant list - Add test to perform migration from DB version 22 of release 5.2 to DB version 27 of master
-
- 03 Nov, 2023 - 1 commit
-
-
Andrea Gianarda authored
- rename files to flexi-api-client.* - move class inside LinphonePrivate - move source file under src/account_creator
-
- 26 Oct, 2023 - 2 commits
-
-
Ghislain MARY authored
-
Andrea Gianarda authored
When starting the core, make sure that there is not other chatroom already retrieved that has the same conference id when the gr parameter is ignored on the peer and local address. If so, then keep the one that has the oldest creation time and replace it by the value stored in the other. All events linked to the to-be-deleted chat room generated before chat room creation time are moved as they now belong to the kept chat room. The other events are simply deleted because they are linked ot both chatrooms. Split suite "Local conference tester (Chat)" into "Local conference tester (Chat Basic)" and "Local conference tester (Chat Advanced)"
-
- 24 Oct, 2023 - 3 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
is destroyed. Fix return value of Account::customContactChanged when two addresses are compared
-
Andrea Gianarda authored
Fix incoherence between test name and function arguments
-
- 23 Oct, 2023 - 2 commits
-
-
Andrea Gianarda authored
-
- 20 Oct, 2023 - 2 commits
-
-
johan authored
-
-
- 17 Oct, 2023 - 2 commits
-
-
Simon Morlat authored
Enforce prohibition of the reuse of LinphoneCallParams obtained by linphone_call_get_current_params() or linphone_call_get_remote_params() through linphone_core_invite_address_with_params()/linphone_call_accept_with_params()/linphone_call_update()/linphone_call_accept_update(). Despite documentation explicitely asks to use linphone_core_create_call_params(), developers tend to do this, which leads to unpredictable behaviors and failures.
-
- 16 Oct, 2023 - 1 commit
-
-
Andrea Gianarda authored
-
- 11 Oct, 2023 - 1 commit
-
-
Simon Morlat authored
Add new video codec priority policy, that gives preference to hardware codecs on mobile platforms, in order to preserve battery and improve framerate.
-
- 06 Oct, 2023 - 1 commit
-
-
Andrea Gianarda authored
Free mConferenceFactoryAddressCstr in AccountParameters destructor
-
- 04 Oct, 2023 - 2 commits
-
-
Andrea Gianarda authored
A message can only reach an IMDN controlled state when the core receives an IMDN. This avoid moving a message to NotDelivered when resending it as all participants are in NotDelivered state
-
Simon Morlat authored
-
- 28 Sep, 2023 - 2 commits
-
-
Andrea Gianarda authored
Enable tests that only enable STUN and/or ICE in account parameters
-
ClémenceHim authored
-