start_user_input;
sui
Softkey return strings (FDM and SDC) - code x'96'
Starts user input collection process by enabling INCC. This statement sets the following flags:
INKP = 1
INSK = 1
INAL = 1
INCC = 1
Key presses following this statement are considered to be user input until the end_user_input statement is reached. The accumulated data is sent to Blueworx Voice Response when either the send_user_input or the send_encoded_user_input statement is issued.
None.
SR-INS-002461.
softkey TRANSFER: "Transfer funds" : "Xfer"
{
start_user_input;
}