mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into ldap
This commit is contained in:
commit
a29dc547e6
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 69a7cce94756f9e5af3fae9fbd941817c4731f49
|
||||
Subproject commit 11eb5f6021a145a8b2f0a65ba409814acfda0f01
|
||||
|
|
@ -205,7 +205,7 @@ LinphoneCoreManager* linphone_core_manager_new2(const char* rc_file, int check_f
|
|||
else
|
||||
proxy_count=0;
|
||||
|
||||
while (mgr->stat.number_of_LinphoneRegistrationOk<proxy_count && retry++ <(20+ (proxy_count>2?(proxy_count-2)*10:0))) {
|
||||
while (mgr->stat.number_of_LinphoneRegistrationOk<proxy_count && retry++ <(30+ (proxy_count>2?(proxy_count-2)*10:0))) {
|
||||
linphone_core_iterate(mgr->lc);
|
||||
ms_usleep(100000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue