Call Monitoring triggers also with outgoing calls #12
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Reference: homer77/FritzAB2Matrix#12
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Call Monitoring triggers both after ingoing and outgoing calls. So there is a message about the last missed call after disconnecting an outgoing call.
Incoming and outgoing calls differ regarding the numbers after "DISCONNECTED" that is looked for in the event variable.
incoming call:
outgoing call:
So it seems, that the digit after DISCONNECT decodes 0 for incoming and 1 for outgoing calls.
Rather strange during my experiments:
While the conditional clauses I setup differed validly as the referring print statements suggest
Unfortunately it triggers the func parameter every time 🤔
Update
Also I don't receive the last call but always the same from the same day?! ... I have to fix this urgently.
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.