Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width70%

Introduction

HTTP Digest access authentication is one of the agreed-upon methods a device can use to negotiate credentials with a HTTP server to increase the security. This extra security can also be used during the HTTP Auto provisioning process.

HTTP digest is always been available in the Gigaset devices, but with the latest software additional functionality is added.

  • N510 BL192 or higher.
  • N720 BL84 or higher
  • DE900/700 BL02.00.10 or higher
  • DE410/310 BL02.00.07 or higher

Web-Interface configurationImage Modified

In the webinterface of the device go to: Settings - Security Settings - Server Authentication.

Enter the HTTP Digest Username and Password.

 

When the device connects to the Auto provisioning server and will receive the message 401 unauthorised, it will try to connect again using the HTTP credentials you inserted.

 

This feature is often used in a Broadsoft Auto provisioning process.

 

N720

XML syntax:

<SYMB_ITEM ID="BS_IP_Data.aucS_HTTP_DIGEST_USERNAME" class="symb_item" value="broadsoft-username"/>

<SYMB_ITEM ID="BS_IP_Data.aucS_HTTP_DIGEST_PASSWORD" class="symb_item" value="broadsoft-password"/>


Tag Name
Value
Location in web-interface
S_PROV_USERNAME

Max. 50 characters

<S_PROV_USERNAME class="string" value="broadsoft-username"/>
Available only when: I_PHONE_SYSTEM=5; symbolic NVM where custom parameter will be stored: BS_IP_Data.aucS_HTTP_DIGEST_USERNAME

S_PROV_PASSWORDMax. 50 characters

<S_PROV_PASSWORD class="string" value="broadsoft-password"/>

Available only when: I_PHONE_SYSTEM=5; symbolic NVM where custom parameter will be stored: BS_IP_Data.aucS_HTTP_DIGEST_PASSWORD

I_PHONE_SYSTEM0=default setting;5=Broadsoft

<I_PHONE_SYSTEM class="integer" value="5"/>
symbolic NVM where custom parameter will be stored: BS_IP_Data.ucI_PHONE_SYSTEM

Column
width30%

Table of Contents