mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
rework of fix b607a1 from master branch.
This commit is contained in:
parent
c522ec1162
commit
d8cc062ce6
1 changed files with 2 additions and 0 deletions
|
|
@ -2278,6 +2278,8 @@ static void linphone_core_init(LinphoneCore * lc, LinphoneCoreCbs *cbs, LpConfig
|
|||
lc->vcard_context = linphone_vcard_context_new();
|
||||
linphone_core_initialize_supported_content_types(lc);
|
||||
lc->bw_controller = ms_bandwidth_controller_new();
|
||||
|
||||
getPlatformHelpers(lc)->setDnsServers();
|
||||
|
||||
LinphoneFriendList *list = linphone_core_create_friend_list(lc);
|
||||
linphone_friend_list_set_display_name(list, "_default");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue