diff --git a/Classes/linphoneAppDelegate.m b/Classes/linphoneAppDelegate.m index f08d5026a..f7e069e9d 100644 --- a/Classes/linphoneAppDelegate.m +++ b/Classes/linphoneAppDelegate.m @@ -275,6 +275,7 @@ LinphoneCoreVTable linphonec_vtable = { SCNetworkReachabilityFlags reachabilityFlags; result=SCNetworkReachabilityGetFlags (proxyReachability,&reachabilityFlags); SCNetworkReachabilityScheduleWithRunLoop(proxyReachability, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode); + networkReachabilityCallBack(proxyReachability,reachabilityFlags,myLinphoneCore); } //Configure Codecs