TAPIEx ActiveX Control v3.6 |
The GenerateDTMF method initiates the generation of the specified digits on this call as inband tones using the specified signaling mode.
Function GenerateDTMF( Keys As String, [DigitMode As TAPI_DIGITMODE = DIGITMODE_DTMF] ) As Boolean
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. |