FAQ - Integrator one user agent
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 have the same MAC address inside.
Parameter | Description |
|---|---|
SystemSettings.global.UseCommonUA | 0 = Disabled (Default) 1 = Enabled, user-agent will be changed to a more common user-agent. |
Example: <?xml version='1.0' encoding='utf-8'?> <param name="SystemSettings.global.UseCommonUA" value="1" /> </settings> | |
...