Phone Customization
179
edk.edklist.2.mname = macro2
Note: If there are two or more same macros, the soft key or DSS key will invoke the macro with the smal-
lest value of X. It works only if “features.enhanced_dss_keys.enable” is set to 1 (Enabled).
Permitted
Values
String
Default Blank
Parameter
edk.edklist.X.action
[1]
<y0000000000xx>.cfg
Description
It configures the action string that contains a macro definition of the action that the softkey or DSS key
performs.
This parameter must have a value, it cannot be left blank.
Example:
edk.edklist.2.action = 1013$Tinvite$
Note: It works only if “features.enhanced_dss_keys.enable” is set to 1 (Enabled).
Permitted
Values
String
Default Blank
[1]
X is the macro ID. X=1-255.
EDK User Input Prompt Configuration
The EDK user input prompt parameters must be used if interactivity with the user is implemented as part of any macro.
The following table lists the parameters you can use to configure EDK user input prompt.
Parameter
edk.edkprompt.X.enable
[1]
<y0000000000xx>.cfg
Description
It enables or disables user input prompt X.
Note: If a macro attempts to use an EDK user input prompt that is disabled, the macro execution fails. It
works only if “features.enhanced_dss_keys.enable” is set to 1 (Enabled).
Permitted
Values
0-Disabled
1-Enabled
Default 0
Parameter
edk.edkprompt.X.label
[1]
<y0000000000xx>.cfg
Description
It configures the text string used as a label of the user input prompt X.
If it is left blank, Default is displayed.
Example:
edk.edkprompt.1.label = Enter Password
Note: It works only if “features.enhanced_dss_keys.enable” and “edk.edkprompt.X.enable” are set to 1
(Enabled).
Permitted
Values
String