Skip to content

Dashboard for Queues in Asterisk and FreeSWITCH. app_queue panel for Asterisk and mod_callcenter in FreeSWITCH. Get news -> http://eepurl.com/dxKt7X

License

Notifications You must be signed in to change notification settings

d-sergienko/qpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qpanel

Qpanel is dashboard for Queues in Asterisk

Use

QPanel used Flask

Requirement

- Python 2.6+
- Flask 0.10+
- Asterisk 1.4+ and enabled manager

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 repo

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

3. Go and prepair enviroment

 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

About

Dashboard for Queues in Asterisk and FreeSWITCH. app_queue panel for Asterisk and mod_callcenter in FreeSWITCH. Get news -> http://eepurl.com/dxKt7X

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.9%
  • SCSS 35.3%
  • HTML 12.2%
  • Python 6.9%
  • JavaScript 3.5%
  • Dockerfile 0.1%
  • Shell 0.1%