When use this code the in a application iam able to disconnect or hang-up the call only for the first time from the next call onwards iam not able to hanup the call because the call control is not coming to my application to use call.HangUp(status) .Can you tell me how to use this NotifyCallAdded ,OpenExistingCall api's will work . Will these apis will continuously in listening mode when the call is initiated or do we need to make them listen in continuos mode,if so what is the procedure.
As i have to retrieve the outgoing number i tried using the apis(RMobileCall::GetMobileCallInfo) function after hanging up the call but the phone is getting rebooted(6600) . Iam unable to use the function GetCallInfoL of CTelephonyFunctions(etel3rdParty) due to header files mismatch. These functions i have tried according to Nishaat guide lines. I have used CLogViewRecent class to retrieve the phone number but the application is getting hanged
In Symbain 6.1 OS i have tried to get the control over outgoing call using active object .But the active object is not returning exact state of the call.I have used NotifyStatusChange api.