jdevel / qpanel

Dashboard for Queues in Asterisk. app_queue panel for Asterisk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qpanel

Qpanel is dashboard for Queues in Asterisk

Demo

Requirement

If you used a CentOS 5.X or Elastix check how to install Python 2.6 and Flask

1. Install flask

 $ pip install Flask

If dont have pip in your system. For install

Debian and Ubuntu

sudo apt-get install python-pip

Fedora

sudo yum install python-pip

2. Clone this repository

 git clone -b stable  https://github.com/roramirez/qpanel.git

3. Go and prepair environment

 cd qpanel
 git submodule init
 git submodule update
 cp config.ini-dist config.ini

Edit config.ini with Manager Asterisk parameters

4.- Run and relax

   python app.py

Go url of machine http://IP:5000

New features?

If you like new features or something is wrong please open a issue

If you want check the development version get checkout to master branch

git clone -b master  https://github.com/roramirez/qpanel.git

About

Dashboard for Queues in Asterisk. app_queue panel for Asterisk

License:MIT License


Languages

Language:CSS 52.0%Language:HTML 24.2%Language:JavaScript 19.4%Language:Python 4.5%