MLtsyDispatchCallControlAnswer Class Reference

class MLtsyDispatchCallControlAnswer : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleAnswerReqL(TInt, TBool)

TInt HandleAnswerReqL ( TInt aCallId,
TBool aIsIsvCall
) [pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EEtelCallAnswer request from the CTSY.

It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackCallControlAnswerComp()

Implementation of this interface should answer the specified incoming call.

RCall::AnswerIncomingCall() RCall::AnswerIncomingCallISV() CTelephony::AnswerIncomingCall()

Parameters

TInt aCallId The Call ID of the call to answer.
TBool aIsIsvCall ETrue if the request to answer the call comes from a 3rd party application, EFalse otherwise. This parameter exists in case the LTSY wishes to perform special handling of ISV calls.

Member Data Documentation

const TInt KLtsyDispatchCallControlAnswerApiId

const TInt KLtsyDispatchCallControlAnswerApiId [static]