telephonyserverplugins/multimodetsy/hayes/ATCALL.CPP
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
--- a/telephonyserverplugins/multimodetsy/hayes/ATCALL.CPP	Tue Aug 31 16:23:08 2010 +0300
+++ b/telephonyserverplugins/multimodetsy/hayes/ATCALL.CPP	Wed Sep 01 12:40:21 2010 +0100
@@ -744,7 +744,11 @@
 		iPreConnectState=ECancelling;
 		AddStdExpectStrings();
 		}
-
+	else
+		{
+		CCallMobileFax* faxCall = REINTERPRET_CAST(CCallMobileFax*,iTelObject);
+		faxCall->FaxCancelCommand(aTsyReqHandle);
+		}
 	}
 
 void CATFaxCallConnectCommands::Complete(TInt aError,TEventSource aSource)