[asterisk-dev] [Code Review]: chan_sip: Fix directmedia's use of ACL to limit remotebridging to certain host addresses for trunk
jrose
reviewboard at asterisk.org
Fri May 18 16:23:22 CDT 2012
> On May 18, 2012, 2:52 p.m., Mark Michelson wrote:
> > /trunk/channels/chan_sip.c, line 30387
> > <https://reviewboard.asterisk.org/r/1924/diff/2/?file=28132#file28132line30387>
> >
> > As the function is currently written, you may end up overriding a previous AST_RTP_GLUE_RESULT_LOCAL with AST_RTP_GLUE_RESULT_REMOTE here. My suggestion at the top of the review will help with this.
That's a good catch. Turns out this feature also prevented all use local bridging with permit/deny used as well.
- jrose
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1924/#review6269
-----------------------------------------------------------
On May 18, 2012, 12:21 p.m., jrose wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/1924/
> -----------------------------------------------------------
>
> (Updated May 18, 2012, 12:21 p.m.)
>
>
> Review request for Asterisk Developers, Mark Michelson and Matt Jordan.
>
>
> Summary
> -------
>
> Related to https://reviewboard.asterisk.org/r/1899/ which has some locking changes that need to be made still...
>
> This patch takes Mark's suggested approach for adding callbacks for the rtp_bridge function to be able to supply two channels for determining rtp glue stuff in cases where a channel driver needs data about both peers in order to determine what types of bridging are permissible.
>
>
> This addresses bug AST-876.
> https://issues.asterisk.org/jira/browse/AST-876
>
>
> Diffs
> -----
>
> /trunk/channels/chan_sip.c 366775
> /trunk/include/asterisk/rtp_engine.h 366775
> /trunk/main/rtp_engine.c 366775
>
> Diff: https://reviewboard.asterisk.org/r/1924/diff
>
>
> Testing
> -------
>
> Similar to the testing done for the review 1899 version. Calls were tested with and without directmediapermit/deny on both sides of a call with calls being started from both directions. Specific things tested include whether or not the host address lists were copied properly (because that was a rather substantial problem earlier on) and the results of ast_apply_ha in each case.
>
>
> Thanks,
>
> jrose
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20120518/964e540a/attachment.htm>
More information about the asterisk-dev
mailing list