Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

Image Added

Column
width70%
Introduction

The keypad lock prevents any accidental use of the telephone. if the device is locked with a PIN, you need this to unlock,

Switch on: Key "# aA" Press and hold

Switch off: Press and hold Key "# aA" ... use to enter the handset PIN (Default 00001234)

Info

If a call is indicated on the handset, the keypad automatically unlocks and you can accept the call.

.Image Removed
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleChanging the PIN

The device is protected against unauthorised use by a PIN is enabled. Change the device PIN by opening the web-interface.

Image Added

Click on the Icon in the right upper screen and select Change Phone PIN.



Image Added


From software 3.16 you have the new option dial emergency numbers.

This allows you to define emergency numbers that can be dialed when the keypad is locked.

A new menu is available: SETTINGS - Telephony - Phone Lock

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleEmergency numbers

This option available in the 3.16 offers you the possibility to dial emergency numbers when the phone is locked.

StatusMaxwell 4Maxwell 3

Device is locked.

EMERGENCY CALL and UNLOCK PHONE

softkeys are available

Press EMERGENCY CALL the device shows a

list with configured Emergency numbers.

Select the number to dial.

Press UNLOCK PHONE to unlock the
phone using the PIN code.
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning
ParameterDescription
PhoneUI.Directory.Local.HideEmergencyContacts

0 = Show emergency contacts in local phone-book

1 = Hide emergency contacts in local phone-book

Provisioning example:

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="mx3b">

<nvm>

<param name="PhoneUI.Directory.Local.HideEmergencyContacts" value="0"/>

</nvm>

<custom>

<step type="EmergencyPhoneBook" url="/emergency.xml" />

</custom>

</provisioning>


Via the <custom></custom> option, the URL to the file containing the emergency numbers set

emergency.

Image Removed

Column
width30%

xml file example

<?xml version="1.0"?>
<list version="1.0">

<entry name="112" manuallyCreated="false" emergency="112"/>
<entry name="Missing children" manuallyCreated="false" emergency="116000"/>

</list>


  • Up to 10 emergency numbers can be provisioned
  • Option "manuallyCreated" is for future development
 toc