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

Compare with Current View Page History

« Previous Version 5 Next »

Introduction

From software 242 we have implemented the Broadsoft XSI Phonebooks, we support the following Phonebooks:

  • Enterprise Directory
  • Enterprise Common Phone List
  • Group Directory
  • Group Common Phone List
  • Personal Phone List

The difference between Enterprise/Group Directory and the Enterprise/Group Common Phone List is that the Directory contains a list of contacts in the enterprise/group whereas the Common Phone List is a list of commonly used contacts that are not in the enterprise/group. 

The Broadsoft XSI phonebooks needs to be enabled via Auto provisioning

Auto provisioning

provisioning example

<!-- Broadsoft XSI phonebook -->

<!-- Set Broadsoft as SIP Platform -->
<SYMB_ITEM ID="BS_IP_Data.ucI_PHONE_SYSTEM" class="symb_item" value="0x05"/>

<!-- XSI server URL -->
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucServerURL" class="symb_item" value='"http://XSI_Server"'/>

<!-- XSI Authentication 0x00 = XSI username and password, 0x01 = SIP credentials -->
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.ucAuthMeth" class="symb_item" value="0x01"/>

<!-- XSI Username and Password -->
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucUsername" class="symb_item" value='"XSI_username"'/>
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucPassword" class="symb_item" value='"XSI_Password"'/>

<!-- Enable the different Directories Enterprise = 0x5, Enterprise Common = 0x6, Group = 0x7, Group Common = 0x8, Personal = 0x9 -->
<SYMB_ITEM ID="BS_XML_Netdirs.aucActivatedNetdirs[0]" class="symb_item" value="0x5,0x6,0x7,0x8,0x9"/>

<!-- Change the naming of the Phonebooks -->
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucUsername" class="symb_item" value='"Enterprise"'/>
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucECDirName" class="symb_item" value='"Enterprise Common"'/>
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucGDirName" class="symb_item" value='"Group"'/> 
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucGCDirName" class="symb_item" value='"Group Common"'/>
<SYMB_ITEM ID="BS_XML_Netdirs.stXSI.aucPDirName" class="symb_item" value='"Personal"'/> 

<!-- Optional parameter, Access phonebooks during call
<SYMB_ITEM ID="BS_LM_AppCfg.bit.bHasExpandedCallDir " class="symb_item" value="0x01"/> -->

Web-interface

The N510 web-interface provides a limited overview of the Broadsoft XSI Phonebook settings.

First via provisioning, the platform Broadsoft has to be set:

<!-- Set Broadsoft as SIP Platform -->
<SYMB_ITEM ID="BS_IP_Data.ucI_PHONE_SYSTEM" class="symb_item" value="0x05"/>


Settings - Directories - Corporate Directory

Server address: XSI Server

Username: XSI Username

Password: XSI Password

Enable directory: All 5 phonebooks will be enabled.

If different combination was done via provisioning this checkbox will be disabled to prevent user from overwriting provider's settings.

Autolookup switch enables autolookup for all 5 directories

Autolookup note:
Search is done for EXACT match, without extension - only numbers. XSI dirs are being searched one after another until entry is found. Number has to be at least 3 digits long.

 


 

  • No labels