telephonyserverplugins/common_tsy/test/component/src/cctsycallinformationfu.cpp
branchRCL_3
changeset 8 3f227a47ad75
parent 0 3553901f7fa8
--- a/telephonyserverplugins/common_tsy/test/component/src/cctsycallinformationfu.cpp	Wed Mar 31 23:24:02 2010 +0300
+++ b/telephonyserverplugins/common_tsy/test/component/src/cctsycallinformationfu.cpp	Wed Apr 14 17:11:46 2010 +0300
@@ -279,7 +279,7 @@
     
    	RMobileCall::TMobileCallInfoV8 callInfo;
 	callInfo.iDialledParty.iTelNumber.Copy(KNum);
-	callInfo.iRemoteParty.iDirection = RMobileCall::EMobileTerminated;
+	callInfo.iRemoteParty.iDirection = RMobileCall::EDirectionUnknown;
 	callInfo.iService = mobileService;
 	callInfo.iValid = RMobileCall::KCallDialledParty | RMobileCall::KCallAlternating;
 	callInfo.iAlternatingCall = RMobilePhone::EAlternatingModeUnspecified;
@@ -1156,7 +1156,7 @@
    
   	RMobileCall::TMobileCallInfoV8 callInfo;
   	callInfo.iDialledParty.iTelNumber.Copy(KNum);
-  	callInfo.iRemoteParty.iDirection = RMobileCall::EMobileTerminated;
+  	callInfo.iRemoteParty.iDirection = RMobileCall::EDirectionUnknown;
   	callInfo.iService = mobileService;
   	callInfo.iValid = RMobileCall::KCallDialledParty | RMobileCall::KCallAlternating;
   	callInfo.iAlternatingCall = RMobilePhone::EAlternatingModeUnspecified;
@@ -2335,7 +2335,7 @@
 	RMobileCall::TMobileCallInfoV8 callInfo;
 	
 	callInfo.iDialledParty.iTelNumber.Copy(KNum);
-	callInfo.iRemoteParty.iDirection = RMobileCall::EMobileTerminated;
+	callInfo.iRemoteParty.iDirection = RMobileCall::EDirectionUnknown;
 	callInfo.iService = mobileService;
 	callInfo.iValid = RMobileCall::KCallDialledParty | RMobileCall::KCallAlternating;