Howto:Hide administration screen

From innovaphone wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Applies To

This information applies to

  • innovaphone IP phones starting with V9HF3


More Information

Special configuration options used to hide the Administration menu screen, or parts of it.

Configuration

Flags:

#define PHONE_HIDE_ADMIN_MAC          (0x01000000)   // hide serial/mac from admin->information screen
#define PHONE_HIDE_MM_ADMIN_STRICT    (0x08000000)   // hide admin entry from main-menu (hide from main-menu)
#define PHONE_HIDE_MM_ADMIN_LASY      (0x10000000)   // hide admin entry from main-menu (leave admin->info)

Examples:

  • Hide Administration screen from main menu
! config add PHONE ADMIN-UI /hide-mask 0x08000000
! config write
! reset
  • Leave Administration screen in main-menu, but show only Information submenu
! config add PHONE ADMIN-UI /hide-mask 0x10000000
! config write
! reset
  • Leave Administration screen in main-menu, but show only Information submenu, also hide MAC/Serial line from information screen
! config add PHONE ADMIN-UI /hide-mask 0x11000000
! config write
! reset
  • Restore original behaviour
! config rem PHONE ADMIN-UI /hide-mask
! config write
! reset

Known Problems

no known problems.

Related Articles

Reference9:Administration/Phone/Protect