Howto:Hide administration screen: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: ==Applies To== This information applies to * innovaphone Telephones starting with V9HF3 <!-- Keywords: hide, administration, hide-mask --> ==More Information== Special configuration op...)
 
Line 2: Line 2:
This information applies to
This information applies to


* innovaphone Telephones starting with V9HF3
* innovaphone IP phones starting with V9HF3


<!-- Keywords: hide, administration, hide-mask  -->
<!-- Keywords: hide, administration, hide-mask  -->

Revision as of 17:49, 18 August 2011

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

Known Problems

no known problems.

Related Articles

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