phoneengine/phonemodel/src/cpeparservoipnumberhandler.cpp
branchRCL_3
changeset 7 544e34b3255a
parent 3 8871b09be73b
child 24 41a7f70b3818
equal deleted inserted replaced
6:38529f706030 7:544e34b3255a
   173           &phoneNumber );
   173           &phoneNumber );
   174     TBool clientCall = ( iDataStore.CallOriginCommand() != EPECallOriginPhone );
   174     TBool clientCall = ( iDataStore.CallOriginCommand() != EPECallOriginPhone );
   175     // DialCall method will set call origin as unknow
   175     // DialCall method will set call origin as unknow
   176     TInt errorCode = iCallHandling.DialCall( phoneNumber, callId );
   176     TInt errorCode = iCallHandling.DialCall( phoneNumber, callId );
   177     
   177     
       
   178     if ( iDataStore.IsTransferDial() )
       
   179         {
       
   180         iDataStore.SetDoCallBackRequest( ETrue, callId );   
       
   181         iDataStore.SetIsTransferDial( EFalse );
       
   182         }
       
   183     
   178     // Set dtmf string to dataStore
   184     // Set dtmf string to dataStore
   179     iDataStore.SetDtmfPostFix( iDtmfString, callId );
   185     iDataStore.SetDtmfPostFix( iDtmfString, callId );
   180     
   186     
   181     //PhoneClient originated call
   187     //PhoneClient originated call
   182     if( clientCall && ( ECCPErrorNone == errorCode ) )
   188     if( clientCall && ( ECCPErrorNone == errorCode ) )