CPhoneGsmSsCallHandler Class Reference

class CPhoneGsmSsCallHandler : public CPhoneGsmHandlerBase

It is base handler for supplementary services during calls.

Since
1.0 phoneparser.lib

Inherits from

Member Functions Documentation

ProcessEndAndAcceptL()

voidProcessEndAndAcceptL()[pure virtual]

Ends a call and accepts another.

Command: 1 SEND.

ProcessEndCallL(TInt)

voidProcessEndCallL(TIntaCallNo)[pure virtual]

End specific active call.

Command: 1X SEND.

Parameters

TInt aCallNoindex of call, X in 1X.

ProcessEndOrRejectL()

voidProcessEndOrRejectL()[pure virtual]

Reject a call.

Command: 0 SEND.

ProcessExplicitCallTransferL()

voidProcessExplicitCallTransferL()[pure virtual]

Perform explicit call transfer

Command: 4 SEND.

ProcessHoldAllCallsExceptL(TInt)

voidProcessHoldAllCallsExceptL(TIntaCallNo)[pure virtual]

Hold all active calls except specific call.

Command: 2X SEND.

Parameters

TInt aCallNoindex of call, X in 2X.

ProcessJoinL()

voidProcessJoinL()[pure virtual]

Join two calls to conference.

Command: 3 SEND.

ProcessL(CPhoneGsmParserResult &)

IMPORT_C voidProcessL(CPhoneGsmParserResult &aResult)[virtual]

From CPhoneGsmHandlerBase, processes result.

Parameters

CPhoneGsmParserResult & aResultIt is to be processed.

ProcessSwapL()

voidProcessSwapL()[pure virtual]

Swap

Command: 2 SEND.