Qpanel is dashboard for Queues in Asterisk
QPanel used Flask
- Python 2.6+
- Flask 0.10+
- Asterisk 1.4+ and enabled manager
$ pip install Flask
If dont have pip in your system. For install
sudo apt-get install python-pip
sudo yum install python-pip
git clone -b stable https://github.com/roramirez/qpanel.git
cd qpanel
git submodule init
git submodule update
cp config.ini-dist config.ini
Edit config.ini with Manager Asterisk parameters
python app.py
Go url of machine http://IP:5000
If you like new features or something is wrong please open a issue