send_dtmf

Syntax

send_dtmf "<dtmf_string>";

Terse form

dtmf

Type

Softkey return strings (FDM and SDC) - Default code

Parameters

Dials the specified digits in <dtmf string> using touch tones.

Description

References

SR-INS-002461 (softkey).

Notes

No parameter substitutions are possible with this statement.

Example

softkey DIAL: "Dial This Number":"Dial" {
   send_dtmf "5551212";
}