[asterisk-bugs] [JIRA] (ASTERISK-26710) [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp, all_rtt), (rtcp, all_loss), (rtcp, all_jitter) always return 0
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Thu Jan 12 19:50:10 CST 2017
- Previous message: [asterisk-bugs] [JIRA] (ASTERISK-26710) [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp, all_rtt), (rtcp, all_loss), (rtcp, all_jitter) always return 0
- Next message: [asterisk-bugs] [JIRA] (ASTERISK-26710) [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp, all_rtt), (rtcp, all_loss), (rtcp, all_jitter) always return 0
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
[ https://issues.asterisk.org/jira/browse/ASTERISK-26710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Friendly Automation closed ASTERISK-26710.
------------------------------------------
Resolution: Fixed
> [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp,all_rtt),(rtcp,all_loss),(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 wrong define of macro "AST_RTP_SATA_SET" and "AST_RTP_STAT_STRCPY".
> {noformat}
> if (stat == current_stat || stat == AST_RTP_INSTANCE_STAT_ALL || (combined >= 0 && combined == current_stat)) { \
> {noformat}
> should be:
> {noformat}
> if (stat == current_stat || stat == AST_RTP_INSTANCE_STAT_ALL || (combined >= 0 && combined == stat)) { \
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
- Previous message: [asterisk-bugs] [JIRA] (ASTERISK-26710) [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp, all_rtt), (rtcp, all_loss), (rtcp, all_jitter) always return 0
- Next message: [asterisk-bugs] [JIRA] (ASTERISK-26710) [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp, all_rtt), (rtcp, all_loss), (rtcp, all_jitter) always return 0
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the asterisk-bugs
mailing list