<div dir="ltr">Hi All,<div><br></div><div>So, if there is one thing I really like about PJSIP and WebRTC (specifically with mobile) is the ability to produce meaningful MoS scoring for calls in real time. Now, Asterisk doesn't have that capability, at least, not during the actual call - but only after. </div><div><br></div><div>In itself, not an issue - it's good enough. </div><div><br></div><div>If you were to look up the calculation for how to get your MoS, the following is the most common <br>algorithm that I've found:</div><div><br></div><div>effectiveLatency = rttMs + averageJitterMs * 2 + 10<br></div><div>R = 93.2 - (effectiveLatency/40)<br></div><div>R = R - (fractionLost * 2.5)<br></div><div>MOS = 1 + (0.035)*R+(0.000007)*R*(R-60)*(100-R)<br></div><div><br></div><div>My primary question is this: I can't find what rttMs in Asterisk terminology is. There is an rtt value, <br>but its value is several orders of magnitude than I would expect. So, I thought it may be in microSec, not miliSec - but that doesn't make much sense either.</div><div><br></div><div>So, on one hand I have a shit load of information, on the other hand, it is formatted in a very hard way to manage. </div><div><br></div><div>Any idea how we can make this better? On another notion, I think that adding RTCP reading capabilities to the channels module in ARI may probe extremely useful.</div><div><br></div><div>Nir S</div></div>