Read-only archive of the All About Symbian forum (2001–2013) · About this archive

API's to get Call details or notificatiosn ?

1 replies · 2,201 views · Started 14 May 2003


Hi,
Are there any API's or mechanism on P800 to get notification (notify another application) when the phone call ends ?

OR invoke another application after the call ends ?

OR API's to access the call history ?

OR is it possible to replace the default applicatoin on P800 that handles the call ?

thanks for your help,
Forrest
[/b]

The following is applicable to the 9210 sdk. Have a look if it is the same in the P800 sdk.

Look in the etel.h file. There are classes for getting notification of calls and to to something about those calls. For example.

RLine::NotifyIncomingCall
RLine::NotifyHookChange
RLine::NotifyStatusChange

RCall::GetCallDuration
RCall::NotifyCallDurationChange

You can use this to get notification of calls and changes in call status.