2017 © Pedro Peláez
 

project ws-annuaire-xivo

Application Symfony 2.7 provide a directory internal white page with phone numbers for Xivo throw a webservice who returns datas in CSV format

image

l3/ws-annuaire-xivo

Application Symfony 2.7 provide a directory internal white page with phone numbers for Xivo throw a webservice who returns datas in CSV format

  • Monday, October 2, 2017
  • by l3-team
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Description

Application Symfony 2.7 provide a directory internal white page with phone numbers for Xivo throw a webservice who returns datas in CSV format., (*1)

Documentation usefull : * http://documentation.xivo.io/en/stable/administration/directories/directories.html * http://documentation.xivo.io/en/stable/system/xivo-dird/integration.html#dird-integration-views, (*2)

Installation and configuration of the application

  • Clone the sources from github or packagist
  • Create and configure the file 'app/config/parameters.yml' from the following example. (this step is important)
parameters:
    # Config de la connexion au LDAP pour la recherche :
    ldap_host: 'ldap.univ-lille3.fr'
    ldap_port: 389
    ldap_base_dn: 'dc=univ-lille3,dc=fr'
    ldap_user: 'utilisateur_ldap'
    ldap_password: 'mdp_utilisateur_ldap'

    # Config du nombre minimum de caractères requis pour lancer la recherche
    nombre_caracteres_min: 3

    # Config des attributs du LDAP sur lesquels la recherche doit s'effectuer.
    # Attention: Les champs choisis DOIVENT être présents dans l'entitée People !
    attributs_recherche:
        - sn
        - givenName
        - lille3TelephoneFunction
  • Launch the command composer install

Configuration de Xivo

The Versions

02/10 2017

dev-master

9999999-dev

Application Symfony 2.7 provide a directory internal white page with phone numbers for Xivo throw a webservice who returns datas in CSV format

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

The Development Requires

by Mathieu Hétru
by Guillaume Fiéni

07/10 2016

1.0.0

1.0.0.0

Application Symfony 2.7 provide a directory internal white page with phone numbers for Xivo throw a webservice who returns datas in CSV format

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle

The Requires

 

The Development Requires

by Mathieu Hétru
by Guillaume Fiéni