send_ldtmf "<dtmf_string>";
ldtmf
Softkey return strings (FDM and SDC) - code x'8F'
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.
SR-INS-002461 (softkey).
softkey DIAL:"Dial This Number":"Dial"
{
send_ldtmf "5551212";
}