Package com.bandwidth.voice.bxml.verbs
Class SendDtmf
- java.lang.Object
-
- com.bandwidth.voice.bxml.verbs.SendDtmf
-
- All Implemented Interfaces:
Verb
public class SendDtmf extends Object implements Verb
The SendDtmf verb is used to play DTMF digits in the call.- The , and lowercase w characters introduce a half-second pause into the DTMF sequence.
- An uppercase W character introduces a one-second pause into the DTMF sequence.
- *, #, a-d, and A-D are also supported in addition to the numeric characters 0-9.
-
-
Constructor Summary
Constructors Constructor Description SendDtmf()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-