* There is still testing if I use ENTRYPOINT in the _Dockerfile_ or only entrypoint in the _docker-compose.yml_ as the latter worked well and without any problem.
* fritzab2matrix.py is now executable (WATCHOUT! The hashbang points to your system's python3 NOT to your virtualenv where the dependencies are met!)
* the monitoring is now part of the main function
* Ubuntu based docker file can be build from the repo's root by
```
docker-compose -f docker/docker-compose.yml build
```
* and started by
```
docker-compose -f docker/docker-compose.yml build
```
* Restructured code by packaging the CallMonitoring and SpeexConverting
* main() runs on startup and then watches for disconnected calls as trigger for running again.
* Commented main file