ThbTapiLine.CallOptions.MonitorDigits
Unit: hbTapi

This property is used as a default value for the MonitorDigits property of alls. See the MonitorDigits property of ThbTapiCall for further Information.

MonitorDigits has the following sub-properties:

AutoSelect
DigitModes

Availability

Design-Time: Read, Write / Run-Time: Read, Write

Declaration

property MonitorDigits: ThbTapiCallMonitorDigitsParams;

See Also

ThbTapiLine.OnDigit, ThbTapiCall.MonitorDigits


ThbTapiLine.CallOptions.MonitorDigits.AutoSelect

Type: Boolean

Set this propety to True, to enable digit monitoring automtically every time a call enters the connected state. When a call enters the connected state and digit monitoring is supported by the TSP, the lineMonitorDigit method is called using the selected DigitModes.

ThbTapiLine.CallOptions.MonitorDigits.DigitModes

Type: DWord

Set this property to the digit mode or modes that are to be monitored. This parameter uses one or more of the LINEDIGITMODE_ Constants:

Constant

Meaning

LINEDIGITMODE_PULSE

Use this mode to detect rotary pulse sequences to signal digits. Valid digits are 0 through 9.

LINEDIGITMODE_DTMF

Use this mode to detect DTMF tones. Valid digits are 0 through 9, '*', '#', 'A', 'B', 'C', and 'D'.

LINEDIGITMODE_DTMFEND

Use this mode to detect DTMF tones and detect the down edges. Valid digits are 0 through 9, '*', '#', 'A', 'B', 'C', and 'D'.