Namespaces
Variants
Actions

How to retrieve phone number from incoming call?

Jump to: navigation, search
Article Metadata

Article
Created: eswar_illuri (28 May 2007)
Last edited: hamishwillee (26 Jul 2012)
RMobileCall m_currentCall;
m_currentCall.OpenExistingCall(iLine, iIncomingCallName);
RMobileCall::TMobileCallInfoV1 callInfo;
RMobileCall::TMobileCallInfoV1Pckg callInfoPckg(callInfo);
m_currentCall.GetMobileCallInfo(callInfoPckg);
TBuf<50> aCallNumber;
aCallNumber.Copy(callInfo.iRemoteParty.iRemoteNumber.iTelNumber);
This page was last modified on 26 July 2012, at 05:59.
59 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved