[asterisk-bugs] [JIRA] (ASTERISK-26710) Function "CHANNEL(rtcp, all_rtt)" "CHANNEL(rtcp, all_loss)" "CHANNEL(rtcp, all_jitter)" always return 0

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Jan 9 21:51:10 CST 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234546#comment-234546 ] 

Asterisk Team commented on ASTERISK-26710:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Function "CHANNEL(rtcp,all_rtt)" "CHANNEL(rtcp,all_loss)" "CHANNEL(rtcp,all_jitter)" always return 0
> ----------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-26710
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26710
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_rtp_asterisk
>    Affects Versions: 13.8.0
>         Environment: CentOS6.5-X64
>            Reporter: Aaron An
>            Severity: Critical
>
> Function "CHANNEL(rtcp,all_rtt)" "CHANNEL(rtcp,all_loss)" "CHANNEL(rtcp,all_jitter)" always return 0 due to the define of macro "AST_RTP_SATA_SET" and "AST_RTP_STAT_STRCPY".
> if (stat == current_stat || stat == AST_RTP_INSTANCE_STAT_ALL || (combined >= 0 && combined == current_stat)) { \
> should be:
> if (stat == current_stat || stat == AST_RTP_INSTANCE_STAT_ALL || (combined >= 0 && combined == stat)) { \



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list