send_user_input

Syntax

send_user_input;

Terse form

xui

Type

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

Parameters

Sends the contents of the input buffer using DTMF tones.

Description

None.

References

SR-INS-002461 (softkey).

Notes

The content of the buffer is the data generated by any key presses that occurred between the last start_user_input and end_user_input statements.

Example

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

Related statements