Code Monkey home page Code Monkey logo

ascom-dect-phonebook's Introduction

ASCOM IP-DECT Phonebook

A phonebook proxy for ASCOM IP DECT gateways.

This proxy can be used to allow IP DECT phonebook lookups using multiple data sources. Data sources can be queried individually in order to allow private contact lookup.

Current Status

This project is under development. Custom extensions (Active Directory, Office 365, Microsoft Graph, tel.search.ch) are available on request through ensigra GmbH.

Example Request and Response

Example Request URL:

http://PROXY_IP_ADDRESS/?user=1234&givenName=&sn=Marra&telephoneNumber=

Example Response (max 5000 chars):

<?xml version="1.0" encoding="UTF-8"?>
<entries>
    <entry>
        <givenName>Hans</givenName>
        <sn>Muster</sn>
        <telephoneNumber>0628895026</telephoneNumber>
    </entry>
    <entry>
        <givenName>Fritz</givenName>
        <sn>Eggenberger</sn>
        <telephoneNumber>0628895027</telephoneNumber>
    </entry>
    <entry>
        <givenName>Markus</givenName>
        <sn>Zürcher</sn>
        <telephoneNumber>0628895028</telephoneNumber>
    </entry>
</entries>

Build and Run

Use Visual Studio Code or any other tool which fits your need for development. Transpile from TypeScript with the following command:

tsc -p tsconfig.json

Then run the server from dist folder.

node ./dist/server.js

Or simply run:

npm start

Made with ❤️🎉 in the beautiful Rhine Valley 🚴🗻🏊.

ascom-dect-phonebook's People

Contributors

ensigra avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

stefanjb-it

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.