[asterisk-dev] [Code Review] IPv6 in Asterisk
Mark Michelson
mmichelson at digium.com
Fri Jul 2 08:56:19 CDT 2010
> On 2010-07-02 08:05:18, pabelanger wrote:
> > /trunk/main/netsock2.c, lines 130-135
> > <https://reviewboard.asterisk.org/r/743/diff/4/?file=11270#file11270line130>
> >
> > braces
This one is particularly bad since the braces on the first if are not matched, leading to a compiler error. I can't believe I missed this :)
> On 2010-07-02 08:05:18, pabelanger wrote:
> > /trunk/include/asterisk/dnsmgr.h, line 53
> > <https://reviewboard.asterisk.org/r/743/diff/4/?file=11260#file11260line53>
> >
> > This comment caught my eye. I don't think we want to removed it, but would it not be worth the time an effort to start enforcing \version tag in doxygen comments?
> >
> > A general questions.
For some reason, Review Board ate this comment when I published my last reply.
I like the idea of encouraging the use of \version for API changes. For functions added in a particular version, we typically use the \since tag instead.
- Mark
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/743/#review2313
-----------------------------------------------------------
On 2010-07-01 09:30:54, Simon Perreault wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/743/
> -----------------------------------------------------------
>
> (Updated 2010-07-01 09:30:54)
>
>
> Review request for Asterisk Developers and Mark Michelson.
>
>
> Summary
> -------
>
> This is the port of Asterisk to IPv6.
>
>
> This addresses bug 17565.
> https://issues.asterisk.org/view.php?id=17565
>
>
> Diffs
> -----
>
> /trunk/addons/chan_ooh323.c 273198
> /trunk/apps/app_externalivr.c 273198
> /trunk/channels/chan_gtalk.c 273198
> /trunk/channels/chan_h323.c 273198
> /trunk/channels/chan_iax2.c 273198
> /trunk/channels/chan_jingle.c 273198
> /trunk/channels/chan_mgcp.c 273198
> /trunk/channels/chan_multicast_rtp.c 273198
> /trunk/channels/chan_sip.c 273198
> /trunk/channels/chan_skinny.c 273198
> /trunk/channels/chan_unistim.c 273198
> /trunk/channels/sip/dialplan_functions.c 273198
> /trunk/channels/sip/include/dialog.h 273198
> /trunk/channels/sip/include/globals.h 273198
> /trunk/channels/sip/include/reqresp_parser.h 273198
> /trunk/channels/sip/include/sip.h 273198
> /trunk/channels/sip/reqresp_parser.c 273198
> /trunk/include/asterisk/acl.h 273198
> /trunk/include/asterisk/config.h 273198
> /trunk/include/asterisk/dnsmgr.h 273198
> /trunk/include/asterisk/netsock2.h PRE-CREATION
> /trunk/include/asterisk/rtp_engine.h 273198
> /trunk/include/asterisk/tcptls.h 273198
> /trunk/main/acl.c 273198
> /trunk/main/app.c 273198
> /trunk/main/config.c 273198
> /trunk/main/dnsmgr.c 273198
> /trunk/main/http.c 273198
> /trunk/main/manager.c 273198
> /trunk/main/netsock2.c PRE-CREATION
> /trunk/main/rtp_engine.c 273198
> /trunk/main/tcptls.c 273198
> /trunk/res/res_rtp_asterisk.c 273198
> /trunk/res/res_rtp_multicast.c 273198
>
> Diff: https://reviewboard.asterisk.org/r/743/diff
>
>
> Testing
> -------
>
> See test report on the mantis issue.
>
>
> Thanks,
>
> Simon
>
>
More information about the asterisk-dev
mailing list