Skip to content

This application connects to the calllog port of the fritzbox and sends webhook event for every call.

License

Notifications You must be signed in to change notification settings

justb81/fritzbox-webhook-call-logger

Repository files navigation

AVM Fritzbox Webhook call-logger

This application connects to the call-log port of the fritzbox and sends webhook event for every incoming and outgoing call.

Environment

FRITZBOX_HOST = "fritz.box"
FRITZBOX_PORT = 1012
WEBHOOK = "https://httpbin.org/post"
JSON_SCHEMA = "default"

Events

CALL

An outgoing call.

RING

An incoming call.

CONNECT

Call is connected.

DISCONNECT

Call is disconnected.

About

This application connects to the calllog port of the fritzbox and sends webhook event for every call.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published