[asterisk-bugs] [Asterisk 0017157]: proxy_allocate() fails to init proxy->ip.sin_family
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri May 21 15:38:15 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17157
======================================================================
Reported By: stuarth
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17157
Category: Channels/chan_sip/General
Reproducibility: sometimes
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: 1.6.2.6
JIRA: SWP-1278
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-04-09 06:01 CDT
Last Modified: 2010-05-21 15:38 CDT
======================================================================
Summary: proxy_allocate() fails to init proxy->ip.sin_family
Description:
sin_family should be init'ed to AF_INET, otherwise any OS which requires a
valid address family fails when using outboundproxy.
======================================================================
----------------------------------------------------------------------
(0122262) svnbot (reporter) - 2010-05-21 15:38
https://issues.asterisk.org/view.php?id=17157#c122262
----------------------------------------------------------------------
Repository: asterisk
Revision: 265087
U trunk/channels/chan_sip.c
------------------------------------------------------------------------
r265087 | mmichelson | 2010-05-21 15:38:14 -0500 (Fri, 21 May 2010) | 7
lines
Be sure to set the sin_family on the proxy when allocating.
(closes issue https://issues.asterisk.org/view.php?id=17157)
Reported by: stuarth
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=265087
Issue History
Date Modified Username Field Change
======================================================================
2010-05-21 15:38 svnbot Note Added: 0122262
======================================================================
More information about the asterisk-bugs
mailing list