Skip to content

Apply 5.0 fixes on master (echo crash, proxy findong, chat room creation, xamarin)

Julien Wadel requested to merge fix/xamarin_crash_matchingproxy_chatroom into master
  • Add dir info on failing bc_compute_full_version
  • Crash on ec-calibration : Use tone sent callback only on MS_DTMF_GEN_EVENT
  • Fix sending authentification by fixing unmatching proxy on linphone_core_lookup_proxy_by_identity. Default proxy could be different from the URI we want that lead to unexpected behaviour on wrong assertion. Update subscription on remote conference list event if it was the same as the cleared proxy config.
  • Fix bad chat room when creating a call. Previously, on the call of getOrCreateBasicChatRoom, a chat room with the same peer address was returned without takking account of the local address that could come from multi-accounts.

Fix xamarin error on reverse callback : 'Attempting to JIT compile method'. From https://docs.microsoft.com/en-us/xamarin/ios/internals/limitations#reverse-callbacks

liblinphone!1564 (merged)

bctoolbox!134 (merged)

Edited by Julien Wadel

Merge request reports