Coder Social home page Coder Social logo

areski / fsqueuemon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from darksector/fsqueuemon

0.0 3.0 1.0 208 KB

Web status monitor for FreeSWITCH's mod_callcenter queues and agents

License: GNU General Public License v2.0

Python 53.39% HTML 46.61%

fsqueuemon's Introduction

fsqueuemon

Web status monitor for FreeSWITCH's mod_callcenter queues and agents

Screenshot

This is a fork from [https://github.com/gonicus/fsqueuemon], authored by Gonicus.

Description

A simple web status monitor / dashboard for mod_callcenter. It will show active/inactive agents and queued callers.

fsqueuemon is implemented in Python using the Flask web microframework (http://flask.pocoo.org/). It uses FreeSWITCH's mod_xml_rpc to interact with FreeSWITCH using XML-RPC.

Setup

The queuemon.py script can be executed to locally start a development server. See the Flask documentation for deployment options.

Please adapt these three settings to your environment:

  • domain in backends.py should be the domain part of the queues/agents you want to display
  • URI in queuemon.py to access mod_xml_rpc
  • hide_agents can contain agents that should never be shown

Install

Simple install instructions:

mkvirtualenv fsqueuemon cd /app/ git clone https://github.com/areski/fsqueuemon.git cd fsqueuemon pip install -r requirements.txt python queuemon.py

Configure:

cp config.py private_config.py

Then edit private_config.py and set your correct XML_RPC settings as well as your domain.

Deploy

Deploy in production using gunicorn, ref: https://medium.com/@mthipparthi/supervisor-to-control-flask-gunicorn-ec07e81a26b6

ToDo

The few strings in the UI are German right now and not yet i18nalized.

License

FSQueueMon is licensed under GPL, see LICENSE file

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.