Class SendDtmf

java.lang.Object
com.bandwidth.voice.bxml.verbs.SendDtmf
All Implemented Interfaces:
Verb

public class SendDtmf
extends java.lang.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.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_NAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    SendDtmf()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait