diff -r 544e34b3255a -r 91c2fb4b78df phoneuis/vmbx/src/VmContainer.cpp --- a/phoneuis/vmbx/src/VmContainer.cpp Wed Apr 14 15:56:42 2010 +0300 +++ b/phoneuis/vmbx/src/VmContainer.cpp Tue Apr 27 16:37:10 2010 +0300 @@ -1453,6 +1453,12 @@ if ( aCallType == CAiwDialData::EAIWVoiP) { VMBLOGSTRING( "VMBX: CVmContainer::AiwCallRequestL: Type: VoipCall" ); + if ( !FeatureManager::FeatureSupported( KFeatureIdCsVideoTelephony ) ) + { + // Internet call command id is the same as video call command id + // when video call is not supported. + aCommand = KVmCmdAiwVideoCall; + } serviceInfo.iServiceId = ServiceId();