Howto:Disable Messaging on the Phone: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:


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

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.