phoneengine/callhandling/src/cpecallhandling.cpp
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
child 76 cfea66083b62
--- 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
         {