send_nothing

Syntax

send_nothing;

Terse form

noop

Type

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

Parameters

When used, this instruction should be the only instruction in the return string.

Without this instruction, an empty softkey return string will automatically send DTMF B followed by a two-digit softkey definer number.

Description

None.

References

SR-INS-002461 (softkey).

Example

softkey SELECT:"Select":"Select"
{
        send_nothing;
}