mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
fix first rgistration issue
This commit is contained in:
parent
e0c3a7caba
commit
5508874cde
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ LinphoneCoreVTable linphonec_vtable = {
|
|||
SCNetworkReachabilityFlags reachabilityFlags;
|
||||
result=SCNetworkReachabilityGetFlags (proxyReachability,&reachabilityFlags);
|
||||
SCNetworkReachabilityScheduleWithRunLoop(proxyReachability, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode);
|
||||
networkReachabilityCallBack(proxyReachability,reachabilityFlags,myLinphoneCore);
|
||||
|
||||
}
|
||||
//Configure Codecs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue