Howto:Disable Messaging on the Phone: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: ==Applies To== This information applies to * IP110, IP200A, IP230, IP240, IP72 * innovaphone PBX * V7 Build 08-70189 and later. <!-- Keywords: Message, Messages --> ==Disabling Messagin...)
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Applies To==
This information applies to


* IP110, IP200A, IP230, IP240, IP72
* Disable sending of messages:
* innovaphone PBX
config change PHONE USER /lock-mask 16384
* V7
Build 08-70189 and later.


<!-- Keywords: Message, Messages -->
* Disable receiving of messages:
config change PHONE USER /lock-mask 32768


==Disabling Messaging Functionality on the Phone==
* Disable sending and receiving of messages
config change PHONE USER /lock-mask 49152


# Disable Message Sending
These changes are either activated through a command interpreter, followed by a
config write
config activate


! config change PHONE USER /disable-msg 1
or through telephone's web user interface by navigating to Administration, Phone, Protect and entering 16384, 32768 or 49152 into the "Fine grained Function Locking" field.
! config write
! config activate


New message and outgoing messages submenus are missing, send message entries in diverse menus are missing, out-of-office message cannot be configured.
See [[Reference7:Fine_grained_function_locking]] for details.
 
# Disable Message Receival
 
! config change PHONE USER /disable-msg 2
! config write
! config activate
 
Incoming messages are not signalled, incoming messages submenu is missing, incoming message ringing melody is not configurable.
 
# Disable Message Sending and Receival
 
! config change PHONE USER /disable-msg 3
! config write
! config activate
 
Main menu entry Messaging is missing an all the submenus and entries noted in previous two cases.

Latest revision as of 21:11, 16 October 2008

  • Disable sending of messages:
config change PHONE USER /lock-mask 16384 
  • Disable receiving of messages:
config change PHONE USER /lock-mask 32768
  • Disable sending and receiving of messages
config change PHONE USER /lock-mask 49152

These changes are either activated through a command interpreter, followed by a

config write
config activate

or through telephone's web user interface by navigating to Administration, Phone, Protect and entering 16384, 32768 or 49152 into the "Fine grained Function Locking" field.

See Reference7:Fine_grained_function_locking for details.