Skip to content
/ qpanel Public
forked from roramirez/qpanel

Dashboard for Queues in Asterisk. app_queue panel for Asterisk

License

Notifications You must be signed in to change notification settings

jdevel/qpanel

 
 

Repository files navigation

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 https://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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 51.9%
  • HTML 24.2%
  • JavaScript 19.4%
  • Python 4.5%