Potoo is a special bird that communicates with VoIP ecosystem and particularly well with Wazo.
The main objective of this project is to quickly (and perhaps badly) provide solutions to missing functionalities in a given ecosystem.
Its best documentation is its source code and Potoo may be verry insecure.
apt-get install python3-venv
git clone https://github.com/benasse/potoo.git
cd potoo
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask run