phoneapp/phoneuivoipextension/src/cphonestateincomingvoip.cpp
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
    93     {
    93     {
    94     __LOGMETHODSTARTEND(EPhoneControl,
    94     __LOGMETHODSTARTEND(EPhoneControl,
    95         "CPhoneStateIncomingVoIP::HandleAudioPlayStoppedL()" );
    95         "CPhoneStateIncomingVoIP::HandleAudioPlayStoppedL()" );
    96     
    96     
    97     // Update the CBA
    97     // Update the CBA
    98     if ( iStateMachine->PhoneEngineInfo()->
    98     CPhoneIncoming::HandleAudioPlayStoppedL();    
    99             CallType( iRingingCallId ) == EPECallTypeVoIP )
       
   100         {
       
   101         TInt resourceId = EPhoneCallHandlingIncomingRejectCBA;
       
   102         
       
   103         iCbaManager->SetCbaL( resourceId );
       
   104         }
       
   105     else
       
   106         {
       
   107         CPhoneIncoming::HandleAudioPlayStoppedL();    
       
   108         }
       
   109     }
    99     }
   110 
   100 
   111 // End of File
   101 // End of File