Environment:
UC 5.5.X
VVX-3/4XX phones.
I'm trying to figure out the rules surrounding what values can be overwritten (or deleted) by loading a secondary config file.
Background/example:
Provisioning server creates <mac>.cfg file, with the setting CONFIG_FILES=main.cfg.
In main.cfg, I have 2 EFK's, and 2 softkeys that call the macro(s).
I need to remove/replace EFK 2 and softkey 2 via adding a second cfg file in <mac>.cfg
E.g.
CONFIG_FILES=main.cfg, custom.cfg
and custom.cfg contains:
What's odd, is that:
- The efk.2 gets replaced with the new configuration variables.
- But softkey.2 does not get changed.
- But I can add a softkey.3, and when added, calls the new efk.2 successfully.
I've also tried to delete softkey.2 by setting the softkey.2 variables used to "0" and Null. Nothing seems to change or delete them.
If I could even change the softkey.2.label entry to something other than what it is and where it's located on the screen I'd be happy. At the moment, I can't seem to do anything to it.
Suggestions?