Description

Notifies that a string of DTMF digits has been received.

Syntax

Private Sub object_DTMFString(sDigits)

The DTMFString Event syntax has these parts:

PartDescription
objectAn EchoLinkSession object.
sDigitsA String value.

Remarks

Because of the way DTMF detection is done in the EchoLink software, this event fires a few seconds after the last of a string of DTMF digits has been received.

If you prefer faster DTMF detection, please use the DTMFDigit or DTMFStringCD events instead.