A script that reads out the answering machine of a FritzBox in the LAN and posts the messages into an encrypted private chat of the matrix network.
Go to file
Homer S. a086cd15eb * Added docker folder to repo
* 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
2021-06-29 00:27:27 +02:00
docker * Added docker folder to repo 2021-06-29 00:27:27 +02:00
libs * Added docker folder to repo 2021-06-29 00:27:27 +02:00
.dockerignore * Added docker folder to repo 2021-06-29 00:27:27 +02:00
.gitignore * Added docker folder to repo 2021-06-29 00:27:27 +02:00
LICENSE Initial commit 2021-06-25 14:39:45 +02:00
README.md Hint on matrix-commander. 2021-06-27 14:06:28 +02:00
fritzab2matrix.py * Added docker folder to repo 2021-06-29 00:27:27 +02:00
matrix-commander.py Initial commit 2021-06-27 14:01:20 +02:00
requirements.txt Updated the requirements.txt with the requirements of matrix-commander 2021-06-27 22:37:49 +02:00

README.md

FritzAB2Matrix

A script that reads out the answering machine of a FritzBox in the LAN and posts the messages into an encrypted private chat of the matrix network.

Uses the python based cmd-line-tool matrix-commander so the matrix-commander.py in this repo is just a copy of that file to ease testing.