Skip to content

Make linphone_core_interpret_url2 lowercase URI

Andrea Gianarda requested to merge fix/magic_search_result_5_3 into release/5.3

Make case insesitive comparison of two objects of type ConferenceId

As address comparison is case insensitive as far as the parameters are concerned (https://www.rfc-editor.org/rfc/rfc3261#section-19.1.4), retrieve all conference infos from the database in order to properly link a call log to a conference info

Merge request reports