Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.06 KB

xivo-dird-phoned.rst

File metadata and controls

30 lines (20 loc) · 1.06 KB

xivo-dird-phoned

xivo-dird-phoned is an interface to use directory service with phone. It offers a simple REST interface to authenticate a phone and search result from xivo-dird.

Usage

xivo-dird-phoned is used through HTTP requests, using HTTP and HTTPS. Its default port is 9498 and 9499. As a user, the common operation is to search through directory from a phone. The phone need to send 2 informations:

  • `xivo_user_uuid`: The Wazo user uuid that the phone is associated. It's used to search through personal contacts (see dird_services_personal).
  • `profile`: The profile that the user is associated. It's used to format results as configured.

Note

Since most phones dont't support HTTPS, a small protection is to configure authorized_subnets in configuration-files or in Services --> General settings --> Phonebook --> Hosts

Launching xivo-dird-phoned

On command line, type xivo-dird-phoned -h to see how to use it.