TAPIEx ActiveX Control v3.6

MonitorDigitsMode

The MonitorDigitsMode property enables and disables the detection of digits received on the call.

Property MonitorDigitsMode 
 As TAPI_DIGITMODE

Parameters

None.

Return Values

TAPI_DIGITMODE
Value Meaning
DIGITMODE_DTMF
Uses DTMF tones to signal digits. Valid digits are 0 through 9, '*', '#', 'A', 'B', 'C', and 'D'.
DIGITMODE_DTMFEND Uses DTMF tones to signal digits and detect the down edges. Valid digits are 0 through 9, '*', '#', 'A', 'B', 'C', and 'D'.
DIGITMODE_PULSE
Uses rotary pulse sequences to signal digits. Valid digits are 0 through 9.

Remarks

when you GenerateDTMF(), you can set MonitorDigitsMode=0 to disables the unbuffered detection of digits received on the call.

See Also

OnDTMF ,GenerateDTMF