Howto:Disable Messaging on the Phone: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision 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


See [[Reference7:Fine_grained_function_locking]] for details how to disable message sending, receiving or both.
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.

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.