change_state_to <state_id>;
state
Softkey return strings (FDM only) - code x'9A'
FDM function - Opcode 6
Changes the current state to <state_id>.
<state_id> is a number between 1 and 254.
SR-INS-002461 (FDM Scripts).
No parameter substitutions are possible with this statement.
on DISTINCT_RING
change_state_to 2;
end