astoeckel / femtosip

Minimal Python SIP implementation ringing phones as a door bell replacement
GNU Affero General Public License v3.0
48 stars 15 forks source link

added ability to specify local IP and added UDP protocol option #8

Closed eaudunord closed 1 year ago

eaudunord commented 1 year ago

This was perfect for a project where I needed to ring a modem. However, my VoIP box only supported SIP via UDP. I added that as an option. This was tested working with a Linksys SPA-1001.

astoeckel commented 1 year ago

Looks great, thank you so much!