MLtsyDispatchCallControlAnswer Class Reference

class MLtsyDispatchCallControlAnswer : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleAnswerReqL(TInt, TBool)
Public Attributes
const TIntKLtsyDispatchCallControlAnswerApiId

Member Functions Documentation

HandleAnswerReqL(TInt, TBool)

TInt HandleAnswerReqL(TIntaCallId,
TBoolaIsIsvCall
)[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 aCallIdThe Call ID of the call to answer.
TBool aIsIsvCallETrue 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 TIntKLtsyDispatchCallControlAnswerApiId[static]