forked from mirrors/linphone-iphone
fix network_reachable
This commit is contained in:
parent
8a6cb02ced
commit
47eb661230
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ NSTimer *callSecurityTimer;
|
|||
|
||||
if (config == NULL) {
|
||||
state = LinphoneRegistrationNone;
|
||||
if(![LinphoneManager isLcReady] || linphone_core_is_network_reachabled([LinphoneManager getLc]))
|
||||
if(![LinphoneManager isLcReady] || linphone_core_is_network_reachable([LinphoneManager getLc]))
|
||||
message = NSLocalizedString(@"No SIP account configured", nil);
|
||||
else
|
||||
message = NSLocalizedString(@"Network down", nil);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue