Hi community, I need your knowledge on how to make a SIP/VOIP doorphone (connected to a SIP/VOIP pbx) sending notifications to my Home Assistant each time that somebody is ringing our home.
My guess is that I need a kind of SIP integration and I have to make a MQTT sensor.
Having a notification in HA is fundamental, after that I know how to manipulate it and having email or Telegram message in my phone.
I couldn’t find anything in this community and I have no idea how to categorize my query …
I think it depends on your PBX. I’ve used the FreePBX REST API’s to accomplish similar capabilities in the past, such as knowing when I’m on the phone and disabling TTS announcements. It could be MQTT or a trigger on your PBX that simply executes and API call to HA to do something.
Ha-sip has webhook thing, I have setup it but I can’t find out how to work with it.
Fanvil doorbell, in its menu, has a whole page with so called “action url”.
Any idea how to proceed?