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

[PR] IPv6 support #12

Closed tobwen closed 1 year ago

tobwen commented 1 year ago

My asterisk PBX uses IPv4 and IPv6. Since I needed to test IPv6, I've extended femtosip to support IPv6. See https://github.com/astoeckel/femtosip/pull/11

If you merge #10, I'll rebase #11.