NCCEVN_ACCEPTING_CALL

The application accepted the call referenced by the call handle.

State transition

To accepting call state, from receiving digits or incoming call states.

Associated function

nccAcceptCall

Fields

Field

Description

callhd

Call handle.

value

The method by which the call was accepted.

Reason codes

Reason code

Description

NCC_ACCEPT_PLAY_RING

Play a ring.

NCC_ACCEPT_PLAY_SILENT

Play nothing.

NCC_ACCEPT_USER_AUDIO

Let user supply audio to play.

Details

NCCEVN_ACCEPTING_CALL indicates that the application's attempt to accept an incoming call (using nccAcceptCall) was successful. The call enters the accepting state. The application can answer or reject the call.

The event value field contains the method for accepting the call specified by the application when it invoked nccAcceptCall.

Call acceptance is not supported by all protocols. NCC_CAP_ACCEPT_CALL in the capabilitymask returned by nccQueryCapability indicates if the current protocol supports the accepting call state.