|
![]() |
This property is used as a default value for the GatherDigits property of new calls. See the GatherDigits property of ThbTapiCall for further Information. GatherDigits has the following sub-property: DigitModes AvailabilityDesign-Time: Read, Write / Run-Time: Read, Write Declarationproperty GatherDigits : ThbTapiCallGatherDigitsParams; See AlsoThbTapiCall.GatherDigits, ThbTapiLine.OnDigits ThbTapiLine.CallOptions.GatherDigits.DigitModesType: DWord The digit mode(s) to be monitored. This parameter uses one or more of the LINEDIGITMODE_ constants:
ThbTapiLine.CallOptions.GatherDigits.FirstDigitTimeoutType: DWord This member defines the time duration in milliseconds in which the first digit is expected. If the first digit is not received in this timeframe, the digit collection is aborted and the ThbTapiLine.OnDigits event is triggered with a Termination parameter of the value LINEGATHERTERM_FIRSTTIMEOUT. ThbTapiLine.CallOptions.GatherDigits.InterDigitTimeoutType: DWord This member defines the maximum time duration in milliseconds between consecutive digits. If no digits is received in this timeframe, the digit collection is aborted and the ThbTapiLine.OnDigits event is triggered with a Termination parameter of the value LINEGATHERTERM_INTERTIMEOUT. ThbTapiLine.CallOptions.GatherDigits.NumDigitsType: DWord The number of digits to be collected before a ThbTapiLine.OnDigits
event is triggered (in TAPI terms a LINE_GATHERDIGITS message is sent). ThbTapiLine.CallOptions.GatherDigits.TerminationDigitsType: String Specifies a string of termination digits as text characters. If one of the digits in the string is detected, that termination digit is appended to the buffer, digit collection is terminated, and the ThbTapiLine.OnDigits event is called. |