Homer S. homer77
homer77 opened issue homer77/lektor-citation#1 2022-01-26 15:48:38 +01:00
Add a default url for in-text citations in config file
homer77 pushed to master at homer77/lektor-citation 2022-01-25 00:30:20 +01:00
6033eadec5 Removed Backslashs
homer77 pushed to master at homer77/lektor-citation 2022-01-25 00:27:19 +01:00
e49b40d33c Extended the plugin with the lektor-jinja-content plugin, too in-text citation methods and a tidied code structure.
homer77 pushed to master at homer77/lektor-citation 2022-01-22 18:52:13 +01:00
06b23ff2d6 Added url of repository to setup.py
homer77 pushed to master at homer77/FritzAB2Matrix 2021-10-08 09:22:58 +02:00
f537edc4cb Script failed when Callers Number was empty i.e. NoneType. Put a['Number'] into str() fixed this.
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-22 18:21:17 +02:00
63a3dee8fd Raised sleep to 10 because 5secs didn't suffice obviously.
homer77 closed issue homer77/FritzAB2Matrix#8 2021-07-22 09:35:43 +02:00
Call Monitoring doesn't work after a time
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-22 09:33:46 +02:00
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.
Compare 2 commits »
homer77 commented on issue homer77/FritzAB2Matrix#8 2021-07-21 17:13:40 +02:00
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…

homer77 pushed to unittesting at homer77/FritzAB2Matrix 2021-07-16 21:51:31 +02:00
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.
Compare 5 commits »
homer77 commented on issue homer77/FritzAB2Matrix#12 2021-07-16 21:49:26 +02:00
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.

homer77 closed issue homer77/FritzAB2Matrix#12 2021-07-16 21:49:26 +02:00
Call Monitoring triggers also with outgoing calls
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-16 21:44:06 +02:00
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.
Compare 4 commits »
homer77 pushed to everycall at homer77/FritzAB2Matrix 2021-07-16 21:42:42 +02:00
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.
Compare 5 commits »
homer77 commented on issue homer77/FritzAB2Matrix#12 2021-07-15 00:02:34 +02:00
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…

homer77 closed issue homer77/FritzAB2Matrix#11 2021-07-14 22:02:47 +02:00
Call Watch: Exits if list is empty
homer77 closed issue homer77/FritzAB2Matrix#13 2021-07-14 22:00:44 +02:00
Typo in Dockerfile and libmagic missing
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-14 21:44:18 +02:00
97eb34814f Some more fixes on docker build related files.
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-14 21:08:30 +02:00
60adf393ef Further corrections on docker build related files.
d91095dcf8 olm-dev was missing in the Dockerfile to build cryptography of matrix-commander.
Compare 2 commits »
homer77 pushed to master at homer77/FritzAB2Matrix 2021-07-14 19:30:06 +02:00
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.
Compare 2 commits »