NCCEVN_RECEIVED_DIGIT

Digits are being received in an overlapped fashion for an incoming call.

State transition

From seizure call state, to receiving digits call state (if the call is not already in this state).

Associated function

Unsolicited

Fields

Field

Description

callhd

Call handle.

value

A single digit received from the network.

Details

NCCEVN_RECEIVED_DIGIT indicates that a call address or subaddress digit was received from the network. The application may receive several of these events, as digits are received in an overlapped fashion for an incoming call. The value field contains the digit.

When the first digit is received, the call state changes from seizure to receiving digits. The call remains in this state until NCCEVN_INCOMING_CALL is received.

This event is generated only if the NCC.START.overlappedreceiving bit is set (see NCC API global parameters).