Skip to content

A call monitor on ESP32 using SIP ( connect via WiFi to a Fritz!Box)

Notifications You must be signed in to change notification settings

cyberdentist/ESP32-SIP-CallMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ESP32-SIP-CallMonitor

An Arduino call monitor on ESP32 using SIP ( connect via WiFi to a Fritz!Box)

This sketch connects via WiFi as a SIP telephone e.g. to a Fritz!Box. As soon as the Fritz!Box receives a call for that number, the ESP32 will start a Lightshow on a WS2811 LED Strip.

Please Note: SIP is only for signaling. It can NOT answer calls or play any sound. So this sketch does not answer or hangup on any call. You are very save to answer the call with another telephone.

Installation

  1. Install a SIP Telephone on your Fritz!Box
  2. add numbers to that Telephone which you want to receive notifications
  3. Add WiFi SSID and passwords and SIP User and Password to the sketch
  4. Compile the sketch and push it on the ESP32
  5. Call the number and see if the lightshow starts

Enjoy

About

A call monitor on ESP32 using SIP ( connect via WiFi to a Fritz!Box)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • C 5.5%