send_ldtmf

Syntax

send_ldtmf "<dtmf_string>";

Terse form

ldtmf

Type

Softkey return strings (FDM and SDC) - code x'8F'

Parameters

Dials the specified digits in <dtmf string> using longer touch tones. These longer tones can be useful if the telephone line is bad, or if there is significant interference on the line.

Description

References

SR-INS-002461 (softkey).

Example

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