Introduction

In this article I will explain how to use IPUI provisioning for N870 behind Broadsoft.

Challenge: Broadsoft has no IPUI field.

Broadsoft Line/Port number

Suggestion is to use the Broadsoft Line/Port field. This can be found at every user under Addresses.

In the above example, you can see that this user is using position 1 of the 250 in the N870 and is using the handset with IPUI number "029e74a599"

The second user is using position 2 and the handset with IPUI number "02b6ec8aa5"

Broadsoft placeholder

The Broadsoft placeholder for the Line/Port field is:

UserPlaceholder
1%BWLINEPORT-1%
2%BWLINEPORT-2%
.. x%BWLINEPORT-x%

<?xml version="1.0" encoding="UTF-8"?>
<gigaset>
<provisioning version="1.1" productID="e2">

<nvm>

<!-- Handset 1 -->

<oper value="%BWLINEPORT-1%" name="add_hs">

<param name="hs.RegStatus" value="ToReg"/>

</oper>

<param name="SipAccount.%BWLINEPORT-1%.AuthName" value="%BWAUTHUSER-1%" />
<param name="SipAccount.%BWLINEPORT-1%.AuthPassword" value="%BWAUTHPASSWORD-1%" />
<param name="SipAccount.%BWLINEPORT-1%.UserName" value="%BWLINEPORT-1%"" />
<param name="SipAccount.%BWLINEPORT-1%.DisplayName" value="%BWNAME-1%" />
<param name="SipAccount.%BWLINEPORT-1%.ProviderId" value="0" />
<param name="hs.%BWLINEPORT-1%.DirectAccessDir" value="0" />


</nvm>

</provisioning>

</gigaset>