Interface SvamlInstructionSendDtmf
- All Superinterfaces:
SvamlInstruction
Plays DTMF tones in the call.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
Thename
property. -
Method Summary
-
Method Details
-
getValue
String getValue()A string that determines the DTMF tones to play to the callee when the call is picked up. Valid characters are:0-9
,#
, andw
.w
renders a 500ms pause. For example, the stringww1234#w#
, plays a 1 second pause, the DTMF tones for1
,2
,3
,4
, and#
, followed by a 500ms pause and finally the#
tone. This is useful if the callout destination requires a conference PIN code or an extension. If there is a calling party, it will hear progress while the DTMF is sent.- Returns:
- value
-
builder
Getting builder- Returns:
- New Builder instance
-