Disable user access to the J100 network settings

Last Updated : Jan 19, 2024 |
Prolog information
By default, J100 phone users can change their phones network settings using MenuSettingsNetwork. By adding SET ENABLE_NETWORK_CONFIG_BY_USER 0 to the 46xxspecials.txt file, users can still access the Network menu to view but not change the current settings.
For example:
IF $MODEL4 SEQ J139 GOTO J1X9SPECIALS
IF $MODEL4 SEQ J169 GOTO J1X9SPECIALS
IF $MODEL4 SEQ J179 GOTO J1X9SPECIALS
IF $MODEL4 SEQ J159 GOTO J1X9SPECIALS 
IF $MODEL4 SEQ J189 GOTO J1X9SPECIALS
GOT END

# J1X9SPECIALS 
SET ENABLE_NETWORK_CONFIG_BY_USER 0 

#END
The command does not affect network configuration through the Administration (MenuAdministrationNetwork interfaces).