[asterisk-bugs] [Asterisk 0017663]: [patch] IPv6: get_refer_info
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Aug 3 14:54:03 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17663
======================================================================
Reported By: oej
Assigned To: mmichelson
======================================================================
Project: Asterisk
Issue ID: 17663
Category: Channels/chan_sip/IPv6
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: closed
Target Version: 1.6.2.12
Asterisk Version: SVN
JIRA: SWP-1864
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 277027
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-07-16 07:45 CDT
Last Modified: 2010-08-03 14:54 CDT
======================================================================
Summary: [patch] IPv6: get_refer_info
Description:
14207 domain = ptr;
14208 if ((ptr = strchr(domain, ':'))) { /* Remove
:port */
14209 *ptr = '\0';
14210 }
14211
Another case where we just search for : to separate host and port
======================================================================
----------------------------------------------------------------------
(0125499) svnbot (reporter) - 2010-08-03 14:54
https://issues.asterisk.org/view.php?id=17663#c125499
----------------------------------------------------------------------
Repository: asterisk
Revision: 280778
U branches/1.8/channels/chan_sip.c
------------------------------------------------------------------------
r280778 | simon.perreault | 2010-08-03 14:54:02 -0500 (Tue, 03 Aug 2010) |
9 lines
Fixed IPv6-related SIP parsing bugs.
(closes issue https://issues.asterisk.org/view.php?id=17663)
Reported by: oej
Patches:
diff uploaded by sperreault (license 252)
diff2 uploaded by sperreault (license 252)
get_domain.diff uploaded by sperreault (license 252)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=280778
Issue History
Date Modified Username Field Change
======================================================================
2010-08-03 14:54 svnbot Checkin
2010-08-03 14:54 svnbot Note Added: 0125499
======================================================================
More information about the asterisk-bugs
mailing list