-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host is restricted to IPv4 #9
Comments
I've made some changes here https://github.com/troykelly/voip-utils/blob/remove-ipv4-only/voip_utils/sip.py I'm not sure of the wider impact, and not sure how to test - any advice welcome |
This is merged now. Some IPv4 stuff is still hard-coded, e.g. Line 123 in ee03f5f
|
The PR #12 hasn't been merged yet, so I don't think this should be closed. I tried out #12 locally, and it didn't work out of the box because the Unfortunately, it still doesn't work there because I don't have time right now to figure out what the correct regex for ipv6 support is, but commenting out that part of the regex entirely results in it extracting the correct hostname and dialing in using the hostname works properly at that point. |
This still appears to be an issue. Trying to set up my HA instance as a trunk in FreePBX, but I am getting the same error. Hostname doesn't want to resolve. Will try the fix of commenting out Ipv6 regex. |
See home-assistant/core#92481
The text was updated successfully, but these errors were encountered: