[asterisk-dev] [Code Review] Changes from Mantis ID 13495 in trunk.
rmudgett
reviewboard at asterisk.org
Wed Jul 25 13:32:25 CDT 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1676/#review6806
-----------------------------------------------------------
trunk/channels/chan_dahdi.c
<https://reviewboard.asterisk.org/r/1676/#comment13083>
Keep FORMAT2 in case FORMAT and FORMAT2 ever become different. It certainly doesn't do any harm keeping FORMAT2.
trunk/channels/chan_dahdi.c
<https://reviewboard.asterisk.org/r/1676/#comment13084>
This expression is dependent upon the caller passing in 0/1 for the do_block parameter. Any other value will cause this expression to fail. To make this expression less fragile:
if (!!do_block ^ !(...)) {
}
- rmudgett
On July 24, 2012, 2:09 p.m., KNK wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/1676/
> -----------------------------------------------------------
>
> (Updated July 24, 2012, 2:09 p.m.)
>
>
> Review request for Asterisk Developers.
>
>
> Summary
> -------
>
> chan_dahdi / sig_ss7 part of changes
>
>
> This addresses bug SS7-27.
> https://issues.asterisk.org/jira/browse/SS7-27
>
>
> Diffs
> -----
>
> trunk/channels/chan_dahdi.c 370452
> trunk/channels/sig_ss7.h 370452
> trunk/channels/sig_ss7.c 370452
>
> Diff: https://reviewboard.asterisk.org/r/1676/diff
>
>
> Testing
> -------
>
> compiles, link setup, cli commands, bassic calls, connected line and redirection.
>
>
> Thanks,
>
> KNK
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20120725/864b2861/attachment.htm>
More information about the asterisk-dev
mailing list