From 5508874cdeb685e0160f905fe1b9604fe21c3746 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 8 Feb 2010 17:54:25 +0100 Subject: [PATCH] fix first rgistration issue --- Classes/linphoneAppDelegate.m | 1 + 1 file changed, 1 insertion(+) 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