You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

The messaging and location feature can be enabled/disabled via:

  • Web-interface (Under development)
  • Auto-provisioning


License

A license is needed, else it can not be enabled.

Auto-provisioning

Via the following provisioning example, the location and/or messaging feature can be enabled.

In this example we change enable the feature for the handset with IPUI "035edb3a92".

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

<nvm>

<oper name="set_hs_aml" value="035edb3a92">

<param name="LocationAML" value="1"/>
<param name="MessagingAML" value="1"/>

</oper>

</nvm>
</provisioning>

  • No labels