[asterisk-dev] [Code Review] rtp / rtcp set debug ip doesnt work correctly in 1.8
wdoekes
reviewboard at asterisk.org
Mon Nov 28 08:20:00 CST 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1600/#review4875
-----------------------------------------------------------
Ship it!
Almost ;)
branches/1.8/res/res_rtp_asterisk.c
<https://reviewboard.asterisk.org/r/1600/#comment9092>
No need for these parentheses either ;)
branches/1.8/res/res_rtp_asterisk.c
<https://reviewboard.asterisk.org/r/1600/#comment9093>
You can drop the else now.
- wdoekes
On Nov. 28, 2011, 8 a.m., schmidts wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/1600/
> -----------------------------------------------------------
>
> (Updated Nov. 28, 2011, 8 a.m.)
>
>
> Review request for Asterisk Developers and wdoekes.
>
>
> Summary
> -------
>
> In 1.8 rtp and rtcp set debug ip also needs a port to work. if you only use for example rtp set debug ip 10.10.10.10 then it would look for 10.10.10.10 port 0 and will not show any rtp packets regarding this ip coming to another port.
>
> regarding to the Usage output of rtp set debug ip the port is optional and not necessary.
>
> by adding a check if a port is present we can use the right compare function. ast_sockaddr_cmp or ast_sockaddr_cmp_addr
>
>
> This addresses bug ASTERISK-18693.
> https://issues.asterisk.org/jira/browse/ASTERISK-18693
>
>
> Diffs
> -----
>
> branches/1.8/res/res_rtp_asterisk.c 346291
>
> Diff: https://reviewboard.asterisk.org/r/1600/diff
>
>
> Testing
> -------
>
> tested with rtp set debug ip with and without port and it works like expected.
>
> rtcp set debug ip also works.
>
>
> Thanks,
>
> schmidts
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20111128/340ab0f5/attachment-0001.htm>
More information about the asterisk-dev
mailing list