[asterisk-bugs] [Asterisk 0017565]: [patch] IPv6 support - SIP and RTP

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jul 8 17:08:08 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17565 
====================================================================== 
Reported By:                russell
Assigned To:                mmichelson
====================================================================== 
Project:                    Asterisk
Issue ID:                   17565
Category:                   Core/Netsock
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/743/ 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 272963 
Request Review:              
====================================================================== 
Date Submitted:             2010-06-29 10:06 CDT
Last Modified:              2010-07-08 17:08 CDT
====================================================================== 
Summary:                    [patch] IPv6 support - SIP and RTP
Description: 
IPv6 support for Asterisk - SIP and RTP
====================================================================== 

---------------------------------------------------------------------- 
 (0124368) svnbot (reporter) - 2010-07-08 17:08
 https://issues.asterisk.org/view.php?id=17565#c124368 
---------------------------------------------------------------------- 
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 https://issues.asterisk.org/view.php?id=17565)
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 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-07-08 17:08 svnbot         Checkin                                      
2010-07-08 17:08 svnbot         Note Added: 0124368                          
======================================================================




More information about the asterisk-bugs mailing list