diff -r c76a0b1755b9 -r 2be0b271d017 phoneengine/callhandling/src/cpecallhandling.cpp --- a/phoneengine/callhandling/src/cpecallhandling.cpp Fri Sep 17 08:29:19 2010 +0300 +++ b/phoneengine/callhandling/src/cpecallhandling.cpp Mon Oct 04 00:16:48 2010 +0300 @@ -1290,6 +1290,9 @@ } iModel.DataStore()->SetCallSecureStatus( IsSecureCall( callData->GetCallId() ), callData->GetCallId() ); iModel.DataStore()->SetSecureSpecified( callData->SecureSpecified() ); + RMobileCall::TMobileCallInfoV3 callInfo; + GetCallInfo(callInfo, callData->GetCallId()); + iModel.DataStore()->SetIncomingCallForwarded( callInfo.iForwarded, callData->GetCallId() ); } else {