Skip to content

res_rtp_asterisk: Change MES calculation to use long-term jitter mean - #2096

Open
mbradeen wants to merge 1 commit into
asterisk:masterfrom
mbradeen:master-issue-2095
Open

res_rtp_asterisk: Change MES calculation to use long-term jitter mean#2096
mbradeen wants to merge 1 commit into
asterisk:masterfrom
mbradeen:master-issue-2095

Conversation

@mbradeen

@mbradeen mbradeen commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

The MES score used the reported jitter value instead of the smoothed statistic
value, which could cause a single high anomalous RTCP sample to unduly skew
the overall score.

Fixes: #2095

@mbradeen

Copy link
Copy Markdown
Contributor Author

cherry-pick-to: 24
cherry-pick-to: 23
cherry-pick-to: 22
cherry-pick-to: 20

@github-actions

Copy link
Copy Markdown

Workflow Check completed successfully

@github-actions

Copy link
Copy Markdown

Workflow Check completed successfully

@jcolp jcolp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message has misspelt "calculation"

@mbradeen mbradeen changed the title res_rtp_asterisk: Change MES caclulation to use long-term jitter mean res_rtp_asterisk: Change MES calculation to use long-term jitter mean Aug 19, 2026
The MES score used the reported jitter value instead of the smoothed statistic
value, which could cause a single high anomalous RTCP sample to unduly skew
the overall score.

Fixes: asterisk#2095
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug]: MES calculation skips the long-term jitter mean, using only the short-term RFC 3550 EWMA sample

2 participants