TAPIEx ActiveX Control v3.6

FirstDigitTimeout

Property FirstDigitTimeout As Integer
Read/Write: Read and Write

Description

[For GatherDigits(), or GatherDigitsEx() methods]

The time duration in milliseconds in which the first digit is expected. If the first digit is not received in this timeframe, digit collection is aborted and the OnGatherDigitsTerminated event will be fired.

The GatheredDigits (parameter of OnGatherDigitsTerminated) will be empty, indicating that no digits were received and the first digit timeout terminated digit gathering.

Remarks

Its default value is 20000 milliseconds (20 seconds).

See Also

GatherDigits() , OnGatherDigitsTerminated, InterDigitTimeout