phoneuis/vmbx/src/VmContainer.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 0 5f000ab63145
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
  1451     TVmbxServiceInfo serviceInfo;
  1451     TVmbxServiceInfo serviceInfo;
  1452     
  1452     
  1453     if ( aCallType == CAiwDialData::EAIWVoiP)
  1453     if ( aCallType == CAiwDialData::EAIWVoiP)
  1454         {
  1454         {
  1455         VMBLOGSTRING( "VMBX: CVmContainer::AiwCallRequestL: Type: VoipCall" );
  1455         VMBLOGSTRING( "VMBX: CVmContainer::AiwCallRequestL: Type: VoipCall" );
       
  1456         if ( !FeatureManager::FeatureSupported( KFeatureIdCsVideoTelephony ) )
       
  1457             {
       
  1458             // Internet call command id is the same as video call command id
       
  1459             // when video call is not supported.
       
  1460             aCommand = KVmCmdAiwVideoCall;
       
  1461             }
  1456 
  1462 
  1457         serviceInfo.iServiceId = ServiceId();
  1463         serviceInfo.iServiceId = ServiceId();
  1458 
  1464 
  1459         TInt error( iVmbxNumber.GetServiceInfo( serviceInfo ) );
  1465         TInt error( iVmbxNumber.GetServiceInfo( serviceInfo ) );
  1460 
  1466