Giter VIP home page Giter VIP logo

asterisk-operator-panel's Introduction

RedAnt Asterisk operator panel

Disclaimer

This is a basic Asterisk operator panel created for internal use, that I've whipped up because I was disenchanted with the things that were out there for free (basically, nothing). We're releasing this now in the hope that it might help somebody. Since we're by no means Asterisk experts, exotic configurations (or configurations that are just different from ours) might not work perfectly. We're open to fixes and ways to do things better :)

Features

  • Shows extensions and their current status (offline, on call, with whom, for how long)
  • Shows queues and callers currently in those queues
  • Queue membership + add/remove extensions that are dynamic members of the queue
  • List of last 10 calls and who has picked them up

Requirements

You need to have the Asterisk Manager Interface (AMI) running. It is usually configured in /etc/asterisk/manager.conf and is for instance usually enabled by FreePBX.

Install all dependencies using npm install - this will also run bower install to put all the Bower components in public/bower_components.

Initial Configuration

Edit the config.js file and set the following parameters:

  • config.port -- default port on which the web interface will listen
  • config.asterisk.host -- Asterisk host name or IP
  • config.asterisk.port -- Asterisk manager interface port (default: 5038)
  • config.asterisk.username -- Asterisk manager interface username (default: admin)
  • config.asterisk.secret -- Asterisk manager interface secret

Then configure your queue names, like this:

config.queues = { 4000: 'RedAnt', 4999: 'Prometech', 6000: 'Support' };

Note: Failure to create all defined queues will crash the application!

Acknowledgements

  • Many thanks to Marcelo Gornstein for his NAMI (Asterisk manager interface client for nodejs) without whom this wouldn't be possible

asterisk-operator-panel's People

Contributors

cinamo avatar

Watchers

 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.