TELHSSetDTMF
Sets the current state of DTMF detection for a telephone handset.
pascal TELErr TELHSSetDTMF (TELDNHandle termHand, Boolean dtmfOn);
termHand
- A handle to a telephone record associated with a telephone terminal.
dtmfOn
- A Boolean value that indicates whether DTMF detection for the specified telephone handset is to be enabled (
true) or disabled (false).
- function result
- A result code.
DESCRIPTION
The TELHSSetDTMF function enables or disables DTMF detection for the telephone handset specified by the termHand parameter. If dtmfOn is true, DTMF detection is enabled; otherwise, DTMF detection is disabled.