TELDNSetDTMF
Sets the current state of DTMF detection for a directory number.
pascal TELErr TELDNSetDTMF (TELDNHandle hTELDN, Boolean dtmfOn);
hTELDN
- A handle to a directory number structure.
dtmfOn
- A Boolean value that indicates whether DTMF detection for the specified directory number is to be enabled (
true) or disabled (false).
- function result
- A result code.
DESCRIPTION
The TELDNSetDTMF function enables or disables DTMF detection for the directory number specified by the hTELDN parameter. If dtmfOn is true, DTMF detection is enabled; otherwise, DTMF dectection is disabled.