TAPIEx ActiveX Control v3.6

InterDigitTimeout

Property InterDigitTimeout As Integer
Read/Write: Read and Write

Description

[For GatherDigits() or GatherDigitsEx() methods]

The maximum time duration in milliseconds between consecutive digits. If no digit is received in this timeframe, digit collection is aborted and the OnGatherDigitsTerminated event will be fired.

The GatheredDigits (parameter of OnGatherDigitsTerminated) contains the digits collected up to this point, indicating that an interdigit timeout terminated digit gathering.

Remarks

Its default value is 10000 milliseconds (10 seconds).

See Also

GatherDigits() , OnGatherDigitsTerminated, FirstDigitTimeout