f537edc4cb
Script failed when Callers Number was empty i.e. NoneType. Put a['Number'] into str() fixed this.
Call Monitoring doesn't work after a time
558ed192d9
Merge branch 'master' of https://git.ismus.net/homer77/FritzAB2Matrix
2b65daff7f
Fixed issue #8 by adding a 5sec delay with time.sleep(5) to multitam(). Request for messages was too fast so that the new message wasn't in it yet.
Call Monitoring doesn't work after a time
The problem is that obviously the new message isn't yet in the list the fritzbox sends . So the script is fired after the disconnect of the call but it seems to be so fast that the message isn't yet…
114e9c3e49
Conditional clauses: Only start script on incoming calls.
3a32e64719
Merge branch 'master' into everycall
97eb34814f
Some more fixes on docker build related files.
60adf393ef
Further corrections on docker build related files.
d91095dcf8
olm-dev was missing in the Dockerfile to build cryptography of matrix-commander.
Call Monitoring triggers also with outgoing calls
Not absolutely sure if the updated problem is also fixed but with the last tests it sent me the right messages.
For now I close this issue because the incoming/outgoing switch works now.
Call Monitoring triggers also with outgoing calls
114e9c3e49
Conditional clauses: Only start script on incoming calls.
3a32e64719
Merge branch 'master' into everycall
31cd42b43c
Merge branch 'everycall' of https://git.ismus.net/homer77/FritzAB2Matrix into everycall
dbc54f595e
Updated README regarding missed call feature.
114e9c3e49
Conditional clauses: Only start script on incoming calls.
3a32e64719
Merge branch 'master' into everycall
97eb34814f
Some more fixes on docker build related files.
60adf393ef
Further corrections on docker build related files.
d91095dcf8
olm-dev was missing in the Dockerfile to build cryptography of matrix-commander.
Call Monitoring triggers also with outgoing calls
Incoming and outgoing calls differ regarding the numbers after "DISCONNECTED" that is looked for in the event variable.
Rather strange during my experiments:
While the conditional clauses I setup…
Call Watch: Exits if list is empty
Typo in Dockerfile and libmagic missing
60adf393ef
Further corrections on docker build related files.
d91095dcf8
olm-dev was missing in the Dockerfile to build cryptography of matrix-commander.
1949f9f84a
Corrected the python-magic item (typo). Also if one doesn't upgrade the requirements matrix-nio won't work.
b7fdd6e0e6
Added some condtions to prevent script from breaking if list of missed calls is empty.
Typo in Dockerfile and libmagic missing
Call Monitoring triggers also with outgoing calls
Call Watch: Exits if list is empty
6652def351
Merge branch 'docker'
7c299786f0
Reduced image size furtherly. Now 329MB and based on python:alpine.