Einrichtung für Polycom (LDAP)

Die Polycom Telefone der SoundPoint und Media Phone Serie können über LDAP auf Kontakte zugreifen.
Die entsprechende Funktion heißt Corporate Directory Access. Zur Nutzung dieser Funktion wird eine Lizenz für die Polycom Productivity Suite benötigt.

Alternativ können Sie mit den Telefonen über den Polycom XML Browser auf das estos MetaDirectory zugreifen.

Einrichtung

  1. Datenquelle
    Konfigurieren Sie einen Replikator oder ein Telefonbuch.
  2. LDAP Knoten
    Konfigurieren Sie im Datenbank-Management einen neuen LDAP Knoten mit dem Namen polycom. Der Zugriff auf diesen Knoten erfolgt mit dem BaseDN dc=polycom. Konfigurieren Sie diesen LDAP Knoten.
    Authentifizierung optional
    Rufnummernformat wählbar
    Beachten Sie die Standort-Einstellungen der Telefonanlage.
    Endgeräteunterstützung Generic Addressbook
  3. Telefon
    Konfigurieren Sie den LDAP Zugriff in der sip.cfg.
    Falls in dem dc Telefonbücher konfiguriert sind, können keine Virtual List Views verwendet werden. Konfigurieren Sie in diesem Fall: dir.corp.vlv.allow="0"
    Beispiel für eine Konfiguration:
      <directory>
        <dirCorp dir.corp.address="ldap://metadirserver" dir.corp.port="712"
            dir.corp.transport="TCP" dir.corp.baseDN="dc=polycom" dir.corp.scope="sub" 
            dir.corp.filterPrefix="(objectclass=person)" dir.corp.user="anonymous@meta" 
            dir.corp.password="anonymous" dir.corp.pageSize="32" dir.corp.cacheSize="128" 
            dir.corp.leg.pageSize="8" dir.corp.leg.cacheSize="32" dir.corp.autoQuerySubmitTimeout="0" 
            dir.corp.viewPersistence="0" dir.corp.leg.viewPersistence="1">
        <attr1 dir.corp.attribute.1.name="sn" dir.corp.attribute.1.label="Last Name"
            dir.corp.attribute.1.type="last_name" dir.corp.attribute.1.filter="" 
            dir.corp.attribute.1.sticky="0" dir.corp.attribute.1.searchable="1" />
        <attr2 dir.corp.attribute.2.name="givenName" dir.corp.attribute.2.label="First Name"
            dir.corp.attribute.2.type="first_name" dir.corp.attribute.2.filter=""
            dir.corp.attribute.2.sticky="0" dir.corp.attribute.2.searchable="1" />
        <attr3 dir.corp.attribute.3.name="company" dir.corp.attribute.3.label="Company"
            dir.corp.attribute.3.type="other" dir.corp.attribute.3.filter=""
            dir.corp.attribute.3.sticky="0" dir.corp.attribute.3.searchable="1" />
        <attr4 dir.corp.attribute.4.name="telephoneNumber" dir.corp.attribute.4.label="Business"
            dir.corp.attribute.4.type="phone_number" dir.corp.attribute.4.filter=""
            dir.corp.attribute.4.sticky="0" />
        <attr5 dir.corp.attribute.5.name="otherTelephone" dir.corp.attribute.5.label="Business2"
            dir.corp.attribute.5.type="phone_number" dir.corp.attribute.5.filter=""
            dir.corp.attribute.5.sticky="0" />
        <attr6 dir.corp.attribute.6.name="homephone" dir.corp.attribute.6.label="Home"
            dir.corp.attribute.6.type="phone_number" dir.corp.attribute.6.filter=""
            dir.corp.attribute.6.sticky="0" />
        <attr7 dir.corp.attribute.7.name="mobile" dir.corp.attribute.7.label="Mobile"
            dir.corp.attribute.7.type="phone_number" dir.corp.attribute.7.filter=""
            dir.corp.attribute.7.sticky="0" />
        <backGroundSync dir.corp.backGroundSync="0" dir.corp.backGroundSync.period="86400" />
        <vlv dir.corp.vlv.allow="1" dir.corp.vlv.sortOrder="sn givenName" />
        </dirCorp>
      </directory>  
    

Version 6