ring-api
ring-api copied to clipboard
how to connect to the SIP Session
Thanks for this great module.
How can I connect to the SIP session with the provided SIP details?
I'm still trying to figure out how to get the SIP details (I'm using a camera, not a doorbell). However, it looks like some people have had success connecting with an SIP client, using just the sip_to field.
https://github.com/jimhigson/ring-api/issues/13
Using a SIP client, like blink, they were able to get a live feed working
https://github.com/tchellomello/python-ring-doorbell/issues/23#issuecomment-296442492
This repo is no longer being maintained by @jimhigson. I suggest you take a look at my Ring api over at https://github.com/dgreif/ring. It has full SIP/streaming capabilities implemented.