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

Compare with Current View Page History

Version 1 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.

<?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