This application connects to the call-log port of the fritzbox and sends webhook event for every incoming and outgoing call.
FRITZBOX_HOST = "fritz.box"
FRITZBOX_PORT = 1012
WEBHOOK = "https://httpbin.org/post"
JSON_SCHEMA = "default"
An outgoing call.
An incoming call.
Call is connected.
Call is disconnected.