send_encoded_dtmf

Syntax

send_encoded_dtmf "<ascii_string>";

Terse form

edtmf

Type

Softkey return strings (FDM and SDC) - code x'80’

Parameters

Dials the specified data as an ASCII string.

Description

<ascii_string> is an ASCII data string.

References

SR-INS-002461

Notes

Example

softkey SEND: "SEND": "SEND"
{
send_encoded_dtmf "BLEEP";
}