diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index bb9dc1bce..5ee4f8e62 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -472,6 +472,8 @@ static void linphone_iphone_display_status(struct _LinphoneCore * lc, const char [self removeCTCallCenterCb]; bluetoothAvailable = FALSE; bluetoothEnabled = FALSE; + /*IOS specific*/ + linphone_core_start_dtmf_stream(theLinphoneCore); } if (incallBgTask) { [[UIApplication sharedApplication] endBackgroundTask:incallBgTask];