Files
asterisk/res
George Joseph a22baf5350 res_rtp_asterisk: Fix incorrect reference in ast_rtp_get_stat().
```
AST_RTP_STAT_SET(AST_RTP_INSTANCE_STAT_LOCAL_STDEVMES, \
AST_RTP_INSTANCE_STAT_COMBINED_MES, stats->local_stdevmes, \
rtp->rtcp->stdev_rxjitter);
```

Should have been

```
AST_RTP_STAT_SET(AST_RTP_INSTANCE_STAT_LOCAL_STDEVMES, \
AST_RTP_INSTANCE_STAT_COMBINED_MES, stats->local_stdevmes, \
rtp->rtcp->stdev_rxmes);
```

Note the last macro parameter name.

Resolves: #1938
2026-05-20 13:15:15 +00:00
..
2023-04-03 07:13:57 -05:00
2025-01-29 14:17:54 +00:00
2023-01-31 12:59:16 -06:00
2024-02-28 18:38:58 +00:00
2021-12-03 10:38:39 -06:00
2025-01-29 14:17:54 +00:00
2021-11-18 16:25:51 -06:00
2021-11-18 16:25:51 -06:00
2021-11-18 16:25:51 -06:00
2021-11-18 16:25:51 -06:00
2021-11-18 16:25:51 -06:00
2026-03-05 12:52:37 +00:00
2025-01-29 14:17:54 +00:00
2021-12-03 10:38:39 -06:00
2021-11-15 16:37:34 -06:00
2025-01-29 14:17:54 +00:00
2025-01-29 14:17:54 +00:00
2021-12-03 10:38:39 -06:00
2025-01-29 14:17:54 +00:00
2025-01-29 14:17:54 +00:00
2021-11-15 16:37:34 -06:00
2025-01-29 14:17:54 +00:00
2025-01-29 14:17:54 +00:00
2021-11-15 16:37:34 -06:00
2021-11-15 16:37:34 -06:00
2025-01-29 14:17:54 +00:00
2021-12-03 10:38:39 -06:00
2023-12-08 13:11:48 +00:00
2025-01-29 14:17:54 +00:00