Reference9:Concept Fine grained function hiding: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: This function hides certain phone functions and is used in scenarios where heavyweighted "Hide Complete Configuration at Phone" and "Hide Administration Configuration at Phone" do not exac...)
 
Line 12: Line 12:


==More Information==
==More Information==
The bitmasks hides certain phone functions.
The bitmask hides certain phone functions.
Use the WEB user interface and insert a hexadecimal value into the field marked "Phone/Protect/Fine grained Function Hiding".
Use the WEB user interface and insert a hexadecimal value into the field marked "Phone/Protect/Fine grained Function Hiding".



Revision as of 17:07, 4 November 2010

This function hides certain phone functions and is used in scenarios where heavyweighted "Hide Complete Configuration at Phone" and "Hide Administration Configuration at Phone" do not exactly match the hiding principles and requirements of a customer organisation.

Applies To

This information applies to

  • IP110 V9
  • IP150 V9
  • IP200 V9
  • IP230 V9
  • IP240 V9

More Information

The bitmask hides certain phone functions. Use the WEB user interface and insert a hexadecimal value into the field marked "Phone/Protect/Fine grained Function Hiding".

The same information can be entered by config upload'ing the following command line:

config change PHONE ADMIN-UI /hide-mask <hide-mask>

Currently the following functions can be hidden:

PHONE_HIDE_MM_ADMIN              0x10000000  --  hide admin entry from main-menu
PHONE_HIDE_MM_USER_LIST          0x20000000  --  hide user-list entry from main-menu
PHONE_HIDE_MM_PHONE_SETTINGS     0x40000000  --  hide phone-settings entry from main-menu
PHONE_HIDE_MM_USER_SETTINGS      0x80000000  --  hide user-settings entry from main-menu
PHONE_HIDE_US_PREFERENCES        0x00000100  --  hide prefrences from user-list
PHONE_HIDE_US_RING_MELODY        0x00000200  --  hide ring melody from user-list
PHONE_HIDE_US_FUNCTION_KEYS      0x00000800  --  hide function keys entry from user-list
PHONE_HIDE_US_REGISTRATION       0x00001000  --  hide registration entry from user-list

Example

To hide all the functions but allow the configuration of the ring melody, we hide MM_ADMIN, MM_PHONE_SETTINGS and MM_USER_SETTINGS, but allow the MM_USER_LIST and hide the US_PREFERENCES, US_FUNCTION_KEYS and US_REGISTRATION. So

  0x10000000
+ 0x40000000
+ 0x80000000
+ 0x00000100
+ 0x00000800
+ 0x00001000
============
  0xD0001900 <---- hide-mask

Notes

  • Administration screen can not actually be hidden, the main manu entry "Administration" will always leave the "Information" submenu available
  • "Hide Complete Configuration at Phone" from Phone/Protect Menu is identical with hide-mask 0xFFFFFFFF.
  • "Hide Administration Configuration at Phone" from Phone/Protect Menu is identical with hide-mask 0x10000000.

Keywords

Protect, Hide, Restricted Access, Block Functions, lock-mask, pinlock-mask, Funktionen blocken, Leistungsmerkmale sperren, hide-mask

Related Articles

Reference:Administration/Phone/Protect

Howto:Disable Messaging on the Phone