diff --git a/Classes/LinphoneUI/LinphoneManager.m b/Classes/LinphoneUI/LinphoneManager.m
index 87dda0278..3c5345939 100644
--- a/Classes/LinphoneUI/LinphoneManager.m
+++ b/Classes/LinphoneUI/LinphoneManager.m
@@ -646,19 +646,17 @@ void networkReachabilityCallBack(SCNetworkReachabilityRef target, SCNetworkReach
otherButtonTitles:nil ,nil];
[error show];
}
- /*IOS specific*/
- linphone_core_start_dtmf_stream(theLinphoneCore);
-
+
}
-(void) becomeActive {
- if (theLinphoneCore == nil) {
+ /*IOS specific*/
+ linphone_core_start_dtmf_stream(theLinphoneCore);
+ if (theLinphoneCore == nil) {
//back from standby and background mode is disabled
[self startLibLinphone];
-
} else {
- ms_message("becomming active, make sure we are registered");
- linphone_core_start_dtmf_stream(theLinphoneCore);
+ ms_message("becomming active, make sure we are registered");
linphone_core_refresh_registers(theLinphoneCore);//just to make sure REGISTRATION is up to date
}
diff --git a/linphone-Info.plist b/linphone-Info.plist
index 0a94d86e1..a5e170a9f 100644
--- a/linphone-Info.plist
+++ b/linphone-Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 3.4.2
+ 3.4.3
CFBundleSignature
????
CFBundleVersion
- 1.0.4
+ 1.0.5
NSMainNibFile
PhoneMainView
UIApplicationExitsOnSuspend