Description
The GenerateDTMF method initiates the generation of the specified digits on this call as inband tones using the specified signaling mode.
[Visual Basic]
Function GenerateDTMF( Keys As String, [DigitMode As TAPI_DIGITMODE = DIGITMODE_DTMF] ) As Boolean
[C#]
public System.Boolean GenerateDTMF ( System.String Keys , TAPIEx.TAPI_DIGITMODE DigitMode )
Parameters
- Keys
- representation of digits to be sent.
- DigitMode
- Indicates digit mode (default=DIGITMODE_DTMF)
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.
Return values
- If the method succeeds, return TRUE, otherwise return FALSE.
Remarks
See Also
OnGenerateComplete , OnDTMFSupport editions



