Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

Image RemovedSee below for an a user-agent example.

This is seen in:

  1. SIP messages
  2. HTTP(s) messages
DeviceUser-Agent:
N870Gigaset N870 IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX
N870EGigaset N870E IP PRO/83.V2.1243.0+build.e6c1b5b5f0a106;7C2F80XXXXXX
N670Gigaset N670 IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX
N610Gigaset N610 IP PRO/83.V2.2343.0+build.f68eeed5f0a106;589EC600C8A97C2F80XXXXXX


From software 2.26 we have added capacity information to the HTTP(s) user agent only.

Platforms that do auto-provisioning can use this information to block the administrator to add more handsets then than supported by the system.

26e6c1b5b26e6c1b5b26e6c1b5b26e6c1b5b26e6c1b5b
Device

User-Agent:
N870Single Cell / Small
User-Agent: Gigaset N870 IP PRO/83.V2.2643.0+build.e6c1b5b5f0a106;7C2F80XXXXXX;Handset=50

Medium
User-Agent: Gigaset N870 IP PRO/83.V2.2643.0+build.e6c1b5b5f0a106;7C2F80XXXXXX;Handset=250

Embedded Integrator0 DM

User-Agent: Gigaset N870 IP PRO/83.V2.

43.0+build.

5f0a106;7C2F80XXXXXX;Handset=0



1 DMUser-Agent: Gigaset N870 IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX;Handset=250


2 DMUser-Agent: Gigaset N870 IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX;Handset=500


......
N870 ESame as N870 (Above) but with "E"User-Agent: Gigaset N870E IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX;Handset=250
N670Single Cell
User-Agent: Gigaset N670 IP PRO/83.V2.2643.0+build.e6c1b5b5f0a106;7C2F80XXXXXX;Handset=20
N610Single Cell
User-Agent: Gigaset N610 IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX;Handset=8
N870Virtual Integrator0 DMUser-Agent: Gigaset N870 VI PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX;Handset=0


1 DMUser-Agent: Gigaset N870 VI PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX;Handset=250


......


Remove Handset capacity information

Via auto-provisioning, it is possible to disable the capacity information in the HTTP(s) user-agent.

Auto-provisioning exampleUser agent
Code Block
titleDisable Handset capacity information
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
<nvm>

<!-- 0 = Do not add capacity information, 1 =  Add capacity information -->
<param name="Provisioning.global.CapacityInformation" value="0" />

</nvm>
</provisioning>

User-Agent: Gigaset N610 IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX

Code Block
titleEnable Handset capacity information
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
<nvm>

<!-- 0 = Do not add capacity information, 1 =  Add capacity information -->
<param name="Provisioning.global.CapacityInformation" value="1" />

</nvm>
</provisioning>

User-Agent: Gigaset N610 IP PRO/83.V2.43.0+build.5f0a106;7C2F80XXXXXX;Handset=8


Remove MAC address and Handset capacity information

Via auto-provisioning, it is possible to remove the MAC address and the Handset capacity information in the SIP / HTTP(s) user-agent.

Auto-provisioning exampleUser agent
Code Block
titleDisable capacity information
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
<nvm>  

<param name="SystemSettings.global.UseCommonUA" value="1" />
<param name="Provisioning.global.MACAddressInformation" value="0" />
<param name="Provisioning.global.CapacityInformation" value="0" />  

</nvm>
</provisioning>

User-Agent: Gigaset N610 IP PRO/83.V2.43.0+build.5f0a106