<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Because phones do not implement RTCP latency calculations are not
possible. If you look at all latency values you will find most to be 0.<br>
<br>
/Wes<br>
<br>
Robert Kulagowski wrote:
<blockquote cite="mid:46E84AEB.5000405@gmail.com" type="cite">
  <pre wrap="">Wes Sisk wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">yes, this is a pseudo classification that CAR applies based on jitter, 
packet loss, etc.  It examines the stats for the call to reach this value.

later versions of CM get a true MOS calculation from the phones in the 
CDR/CAR database in table calldetailrecorddiagnostics in columns 
origvarVQMetrics and destvarVQMetrics

sample value:
MLQK=4.5000;MLQKav=4.5000;MLQKmn=4.5000;MLQKmx=4.5000;ICR=0.0000;CCR=0.0000;ICRmx=0.0000;CS=0;SCS=0;MLQKvr=0.95 


for 4.x use the CDR definitions doc to correlate rows beteween 
calldetailrecord and calldetailrecorddiagnostic:
<a class="moz-txt-link-freetext" href="http://www.cisco.com/en/US/customer/products/sw/voicesw/ps556/products_programming_usage_guide09186a00806556fb.html">http://www.cisco.com/en/US/customer/products/sw/voicesw/ps556/products_programming_usage_guide09186a00806556fb.html</a> 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hrmm, I'm getting bogus information that's making this harder.  When I 
did a select * from CallDetailRecordDiagnotic where latency &gt; 0

I only received 573 rows.  I would have thought that _every_ call would 
would have &gt; 1 latency, so this seems low.

A WAN call should have latencies in the 60-100ms range for these sites.
_______________________________________________
cisco-voip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>
<a class="moz-txt-link-freetext" href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a>
  </pre>
</blockquote>
</body>
</html>