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

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

When an Integrator with multiple DECT managers are used, the communication with the platform is done by:

  • Integrator: (Provisioning)
  • DECT manager: (SIP / LDAP / XML / xHTML)

As every device will communicate using it's own User-agent with it's own MAC address inside, some platforms will put the system on a blacklist or just can't handle the multiple user-agents.

We have created a provisioning parameter that when enabled takes care that the user-agent of the devices in the DECT network are the same.


ParameterDescription
SystemSettings.global.UseCommonUA

0 = Disabled (Default)

1 = Enabled, every device will use the same user-agent.

Example:

<?xml version='1.0' encoding='utf-8'?>
<settings productID="e2" version="1.0">

<param name="SystemSettings.global.UseCommonUA" value="1" />

</settings>

...


  • No labels