initialise_soft_key_line

Syntax

initialise_soft_key_line <definer_1> <definer_2> .. <definer_6>;

Terse form

iskl

Type

SDC Function - code x'81'

Parameters

Defines which softkeys are displayed on the screen and activated on the keyboard.

Description

The parameters (such as <definer_1>) are known as softkey definers. Each defines one of 6 available softkeys on the ADSI telephone. You can assign to each definer one of the 32 softkey definitions from the softkey table.

Each definer has 2 parts:

To select the softkey definition from the active feature table (rather than the table downloaded as part of an SDC session), prefix the definition number with the character f.

To highlight the softkey when it is displayed on the telephone display, prefix the definition number with the character h.

You can use the prefixes f and h together, in any order.

References

TR-NWT-001273.

Also see load_soft_key_table.

Notes

No parameter substitutions are possible with this statement.

Example

initialise_soft_key_line sk1=3 sk2=4;

Here are some examples of softkey definers:

sk1=12
Use softkey definition 12 from the current SDC table, with no highlighting
sk2=h11
Use softkey definition 11 from the current SDC table, with highlighting
sk3=f23
Use softkey definition 23 from the telephone-resident feature table, with no highlighting
sk4=hf1
Use softkey definition 1 from the telephone-resident feature table, with highlighting