TAPIEx.NET Component Documentation

InterDigitTimeout  Property

[Visual Basic]
Property InterDigitTimeout As Integer
[C#]
Public Property InterDigitTimeout() As Integer

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

Support editions