Giter Site home page Giter Site logo

after-business-hour-voicemail-demo's Introduction

After business hour voicemail demo

Use case

By configuration, after business hours, all incoming calls will be redirected to extension A which is a message only extension, and voicemail will be saved to extension B.

We would like to write a minimal project, so that out of business hours, we could get WebHook notifications about voicemails.

Setup

pipenv install

Start the server

pipenv run python server.py

Give the server a public address

You can deploy the server to a public python hosting service such as heroku in order to get a public address.

Or you can use ngork: ngrok http 5000.

In either case, please take a note of the address, such as https://xxxxxxxx.ngrok.io.

Configure .env file

cp .env.sample .env

Edit .env to specify credentials.

RINGCENTRAL_ACCESS_TOKEN is the access token to the target RingCentral account. I suppose you already have it and store it somewhere. For web applications, you probably got it via the 3-legged oauth flow (aka. auth code flow).

Setup WebHook

pipenv run python setup-webhook.py

Test the WebHook

After business hours, make a phone call to the main company number. And watch the console output of the server we started above.

Confirm there is notification data about voicemail created to extension B.

after-business-hour-voicemail-demo's People

Contributors

tylerlong avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

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.