[asterisk-dev] [Code Review] 2717: Get rid of ast_bridged_channel() calls throughout the code.

Joshua Colp reviewboard at asterisk.org
Thu Aug 1 09:41:55 CDT 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2717/#review9276
-----------------------------------------------------------

Ship it!


Besides the issue I mentioned, this looks good to go. Might want to do a quick check too to make sure nothing new was added.


/trunk/channels/chan_misdn.c
<https://reviewboard.asterisk.org/r/2717/#comment18276>

    While "right" this is wrong. The dialplan variables below would get set on the wrong channel in the bridge peer case.


- Joshua Colp


On July 30, 2013, 11:01 p.m., Mark Michelson wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2717/
> -----------------------------------------------------------
> 
> (Updated July 30, 2013, 11:01 p.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Bugs: ASTERISK-22039
>     https://issues.asterisk.org/jira/browse/ASTERISK-22039
> 
> 
> Repository: Asterisk
> 
> 
> Description
> -------
> 
> This gets rid of all calls to ast_bridged_channel() in Asterisk.
> 
> There are some cases where a completely different approach could likely be taken. However, the uses of the function are in not wrong, per se. So I took one of two approaches here:
> 
> * If the actual bridged channel was being used, then I replaced the function call with ast_channel_bridge_peer(). The potential tricky factor here is that this function locks the channel. I tried to be sure that this was safe in all cases, but having another set of eyes double-check would be good.
> * If the function was being called just to see if a channel was in a bridge, I replaced the function call with ast_channel_is_bridged().
> 
> 
> Diffs
> -----
> 
>   /trunk/apps/app_chanspy.c 395825 
>   /trunk/channels/chan_dahdi.c 395825 
>   /trunk/channels/chan_iax2.c 395825 
>   /trunk/channels/chan_mgcp.c 395825 
>   /trunk/channels/chan_misdn.c 395825 
>   /trunk/channels/chan_oss.c 395825 
>   /trunk/channels/chan_sip.c 395825 
>   /trunk/channels/chan_skinny.c 395825 
>   /trunk/channels/sig_analog.c 395825 
>   /trunk/funcs/func_channel.c 395825 
>   /trunk/include/asterisk/channel.h 395825 
>   /trunk/main/channel.c 395825 
>   /trunk/main/channel_internal_api.c 395825 
>   /trunk/main/features.c 395825 
>   /trunk/main/rtp_engine.c 395825 
> 
> Diff: https://reviewboard.asterisk.org/r/2717/diff/
> 
> 
> Testing
> -------
> 
> Asterisk compiles and basic calls work perfectly fine.
> 
> 
> Thanks,
> 
> Mark Michelson
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130801/5bc8add2/attachment-0001.htm>


More information about the asterisk-dev mailing list