Giter VIP home page Giter VIP logo

polycom-contact-directory's Introduction

Polycom::Contact::Directory version 0.06
================================

This module can be used to parse, modify, or create local contact directory files like those used by
Polycom's SoundPoint IP, SoundStation IP, VVX, Trio, and CCX VoIP phones.

Upon bootup, each phone looks for a file named <Ethernet address>-directory.xml on their boot server,
and if found, downloads and parses the file to build up its local contact directory. In addition to
basic contact information such first/last name and phone number, each contact in the local contact
directory can also include information about speed-dialing, distinctive ring tones, presence, and
instant messaging.

Each <Ethernet address>-directory.xml contains fairly straightforward XML:

  <?xml version=”1.0” encoding=”UTF-8” standalone=”yes” ?>
  <directory>
   <item_list>
    <item>
     <ln>Doe</ln>
     <fn>John</fn>
     <ct>1001</ct>
     <sd>1</sd>
     <rt>1</rt>
     <dc/>
     <ad>0</ad>
     <ar>0</ar>
     <bw>0</bw>
     <bb>0</bb>
     <up>0</up>
    </item>
      ...
   </item_list>
  </directory>

For more information about administering the Local Contact Directory on Polycom  phones
see the "Poly Trio Solution Administrator Guide" at
https://support.polycom.com/content/dam/polycom-support/products/voice/realpresence-trio/user/en/poly-trio-ag-ucs-7-0-0.pdf .

INSTALLATION

To install this module, type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Class::Accessor
Encode
IO::File
List::MoreUtils
Test::More
perl 5.8

COPYRIGHT AND LICENCE

Copyright (C) 2010 by Polycom Canada 

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.


polycom-contact-directory's People

Contributors

zblair avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ottsgithub

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.