Howto:Hide administration screen: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 32: Line 32:
  ! reset
  ! reset


* Restoer original behaviour
* Restore original behaviour
  ! config change PHONE ADMIN-UI
  ! config rem PHONE ADMIN-UI /hide-mask
  ! config write
  ! config write
  ! reset
  ! reset
Line 41: Line 41:


=== Related Articles ===
=== Related Articles ===
http://wiki.innovaphone.com/index.php?title=Reference9:Administration/Phone/Protect
[[Reference9:Administration/Phone/Protect]]


[[Category:Howto|{{PAGENAME}}]]
[[Category:Howto|{{PAGENAME}}]]

Latest revision as of 10:53, 8 January 2015

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