[Home]

Summary:ASTERISK-16300: [patch] IPv6 support - SIP and RTP
Reporter:Russell Bryant (russell)Labels:
Date Opened:2010-06-29 10:06:39Date Closed:2010-07-08 17:08:08
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Netsock
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asteriskv6-test-report.pdf
Description:IPv6 support for Asterisk - SIP and RTP
Comments:By: Digium Subversion (svnbot) 2010-07-08 17:08:07

Repository: asterisk
Revision: 274783

_U  trunk/
U   trunk/CHANGES
U   trunk/addons/chan_ooh323.c
U   trunk/apps/app_externalivr.c
U   trunk/channels/chan_gtalk.c
U   trunk/channels/chan_h323.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_jingle.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_multicast_rtp.c
U   trunk/channels/chan_sip.c
U   trunk/channels/chan_skinny.c
U   trunk/channels/chan_unistim.c
U   trunk/channels/sip/dialplan_functions.c
U   trunk/channels/sip/include/dialog.h
U   trunk/channels/sip/include/globals.h
U   trunk/channels/sip/include/reqresp_parser.h
U   trunk/channels/sip/include/sip.h
U   trunk/channels/sip/reqresp_parser.c
U   trunk/configs/sip.conf.sample
U   trunk/include/asterisk/acl.h
U   trunk/include/asterisk/config.h
U   trunk/include/asterisk/dnsmgr.h
A   trunk/include/asterisk/netsock2.h
U   trunk/include/asterisk/rtp_engine.h
U   trunk/include/asterisk/tcptls.h
U   trunk/main/acl.c
U   trunk/main/app.c
U   trunk/main/config.c
U   trunk/main/dnsmgr.c
U   trunk/main/http.c
U   trunk/main/manager.c
A   trunk/main/netsock2.c
U   trunk/main/rtp_engine.c
U   trunk/main/tcptls.c
U   trunk/res/res_rtp_asterisk.c
U   trunk/res/res_rtp_multicast.c

------------------------------------------------------------------------
r274783 | mmichelson | 2010-07-08 17:08:07 -0500 (Thu, 08 Jul 2010) | 19 lines

Add IPv6 to Asterisk.

This adds a generic API for accommodating IPv6 and IPv4 addresses
within Asterisk. While many files have been updated to make use of the
API, chan_sip and the RTP code are the files which actually support
IPv6 addresses at the time of this commit. The way has been paved for
easier upgrading for other files in the near future, though.

Big thanks go to Simon Perrault, Marc Blanchet, and Jean-Philippe Dionne
for their hard work on this.

(closes issue ASTERISK-16300)
Reported by: russell
Patches:
     asteriskv6-test-report.pdf uploaded by russell (license 2)

Review: https://reviewboard.asterisk.org/r/743


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=274783