I am defining the CallControlOptions of a VoiceMessage VoiceOptions element, specifically the CallControlType.ControlKey element. It calls for a DTMFKey. I can't find any documentation on what it is and how to use it.
This is the URL for the ocumentation microsite:
https://apiforums.easylink.com/emapidocs/
Click on the top URl, then JobSubmit Request. Scroll down to VoiceOptions and click VoiceOptionsTyps. Scroll down and you will see CallControl. The DTMF key is the digit you aree going to ask them to press to cause something to happen. The actions are listed in the ControlKeyAction.
Tom
DTMFKey is simply a string representing a key on the telephone keypad: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, *, #
You should probably review the API document for this: https://apiforums.easylink.com/emapidocs/24/JobSubmit/VoiceOptions.html