<div dir="ltr">On Mon, Jan 18, 2016 at 12:05 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">If you need to do it within FreeSWITCH (eg from a script), execute the uuid_set_media_stats api. This will set a number of variables that you can then read which&#39;ll reflect a number of RTP statistics. This will include the number of RTP frames/packets/bytes going in and out of the server for that call. That&#39;ll let you spot if a channel isn&#39;t receiving any RTP packets.<br><div class="gmail_extra"><br></div><div class="gmail_extra">To see what variables are set see the add_stat lines in src/switch_core_media.c:1470 set_stats(), the names will be prefixed between what appears in the code and the variable set for example &quot;in_raw_bytes&quot; =&gt; ${rtp_audio_in_raw_bytes}.</div><div><div class="h5"><div class="gmail_extra"><br></div></div></div></div></blockquote><div><br></div><div>Neat!<br></div><br></div></div></div>