install_softkey <softkey_name> [<softkey_name> ..] [if_flag <flag_num>];
isk
Softkey return strings (FDM only) - code x'99'
FDM Function - Opcode 2
Cause the ADSI phone to display softkeys.
The softkey must be defined elsewhere in the FDM script file.
A maximum of 6 softkeys may be defined for a single 'install_softkey' instruction.
To display the softkey in highlight mode, precede the softkey name with 'H-'.
SR-INS-002461 (FDM Softkeys), SR-INS-002461 (FDM Scripts).
No parameter substitutions are possible with this statement.
install_softkey fred H-harry john if_flag 5;