We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to RFC3261, IPv6 address in host part of the Via header must be enclosed with brackets ('[' and ']')
Observed: Via: SIP/2.0/UDP 2001:0db8:85a3:0042:1000:8a2e:0370:7334:5088;branch=hello
Via: SIP/2.0/UDP 2001:0db8:85a3:0042:1000:8a2e:0370:7334:5088;branch=hello
Expected: Via: SIP/2.0/UDP [2001:0db8:85a3:0042:1000:8a2e:0370:7334]:5088;branch=hello
Via: SIP/2.0/UDP [2001:0db8:85a3:0042:1000:8a2e:0370:7334]:5088;branch=hello
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to RFC3261, IPv6 address in host part of the Via header must be enclosed with brackets ('[' and ']')
Observed:
Via: SIP/2.0/UDP 2001:0db8:85a3:0042:1000:8a2e:0370:7334:5088;branch=hello
Expected:
Via: SIP/2.0/UDP [2001:0db8:85a3:0042:1000:8a2e:0370:7334]:5088;branch=hello
The text was updated successfully, but these errors were encountered: