phoneuis/vmbx/src/VmContainer.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 0 5f000ab63145
--- 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();