[Home]

Summary:ASTERISK-25443: [patch]IPv6 - Potential issue in via header parsing
Reporter:ffs (ffs)Labels:
Date Opened:2015-10-04 03:08:45Date Closed:2015-10-13 12:03:09
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/IPv6
Versions:11.19.0 13.5.0 13.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) reqresp_parser.patch
Description:Fix port parsing in sip_via of reqrep_parser

If a Via header containes an IPv6 address and a port number is ommitted, as it is the standard port, we would not properly parse
the port. We would instead set the port to the information after the first colon of the IPv6 address.
Comments:By: Asterisk Team (asteriskteam) 2015-10-04 03:08:47.558-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: ffs (ffs) 2015-10-04 03:30:38.964-0500

this patch fixed it for us.

By: Rusty Newton (rnewton) 2015-10-06 09:44:42.586-0500

Once you've followed the Code Review process [1] and submitted your code to Gerrit [2] be sure to edit this JIRA issue and add the Gerrit review URL in the appropriate field.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Code+Review
[2] https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage