<div dir="ltr">Whoops, obviously meant the opposite. Running on a caffeine deficit at the time obviously...</div><div class="gmail_extra"><br><div class="gmail_quote">On 26 February 2015 at 16:24, Stanislav Sinyagin <span dir="ltr">&lt;<a href="mailto:ssinyagin@gmail.com" target="_blank">ssinyagin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Feb 26, 2015 at 5:21 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
&gt; most codecs are lossless?<br>
<br>
8-))<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
&gt;<br>
&gt; On Feb 26, 2015, at 5:29 AM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Two clarify this point... Most codecs are lossless, but don&#39;t necessarily<br>
&gt; throw the same information away so going through multiple codecs can throw<br>
&gt; out more information than using a single codec. Probably not an issue as<br>
&gt; long as the call isn&#39;t being transcoded *many* times. Also (software)<br>
&gt; transcoding uses more CPU and therefore it reduces the capacity of your<br>
&gt; server, which means you may get audio issues from an overloaded CPU at lower<br>
&gt; volumes.<br>
&gt;<br>
&gt; Most of the time audio issues will be network related - either jitter or<br>
&gt; packet loss. Wireshark will reveal those. There are also a number of rtp<br>
&gt; statistics in the XML CDR which includes information on RTP packet loss and<br>
&gt; jitter, and a computed quality score.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 25 February 2015 at 13:16, Luis Daniel Lucio Quiroz<br>
&gt; &lt;<a href="mailto:luis.daniel.lucio@gmail.com">luis.daniel.lucio@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; You shall try to void transcoding as much as possible<br>
&gt;&gt;<br>
&gt;&gt; On Feb 25, 2015 2:54 AM, &quot;Stanislav Sinyagin&quot; &lt;<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; by the way, here are freely available test speech samples:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://www.voiptroubleshooter.com/open_speech/" target="_blank">http://www.voiptroubleshooter.com/open_speech/</a><br>
&gt;&gt;&gt; <a href="http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php" target="_blank">http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php</a><br>
&gt;&gt;&gt; <a href="http://alt-usage-english.org/audio_archive.shtml" target="_blank">http://alt-usage-english.org/audio_archive.shtml</a><br>
&gt;&gt;&gt; <a href="http://www.itu.int/net/itu-t/sigdb/menu.aspx" target="_blank">http://www.itu.int/net/itu-t/sigdb/menu.aspx</a><br>
&gt;&gt;&gt; <a href="http://www.voxforge.org/" target="_blank">http://www.voxforge.org/</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin &lt;<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;d say QoS drops even more abruptly if you hit the bandwidth or<br>
&gt;&gt;&gt;&gt; performance limits.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; tshark, a text terminal version of Wireshark, can analyze the quality of<br>
&gt;&gt;&gt;&gt; RTP streams and print a report that you can parse. Keep in mind that the<br>
&gt;&gt;&gt;&gt; analysis itself is quite CPU-intensive, so what I usually do is collect the<br>
&gt;&gt;&gt;&gt; RTP streams with tcpdump, and then run tshark in low-priority mode.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Here in scripts/ you can find a simple script that launches tshark and<br>
&gt;&gt;&gt;&gt; analyses the output:<br>
&gt;&gt;&gt;&gt; <a href="https://github.com/voxserv/voip_qos_probe" target="_blank">https://github.com/voxserv/voip_qos_probe</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; There is also a library for comparing WAV streams -- this would be the<br>
&gt;&gt;&gt;&gt; best for QoS measurements, and you would also be able to get the PSTN path<br>
&gt;&gt;&gt;&gt; into the test. But I didn&#39;t yet try it, as the customer was satisfied with<br>
&gt;&gt;&gt;&gt; RTP analysis:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/" target="_blank">http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/</a><br>
&gt;&gt;&gt;&gt; <a href="https://github.com/openpreserve/scape-xcorrsound" target="_blank">https://github.com/openpreserve/scape-xcorrsound</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I hope this helps :)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Wed, Feb 25, 2015 at 1:35 AM, Andrew V &lt;<a href="mailto:avstarventures@gmail.com">avstarventures@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; How do you measure quality of service across all calls?<br>
&gt;&gt;&gt;&gt;&gt; What are ways to avoid bad quality of service?<br>
&gt;&gt;&gt;&gt;&gt; Say the call volume is in your control.<br>
&gt;&gt;&gt;&gt;&gt; Is it as easy as not letting the call volume get out of control?<br>
&gt;&gt;&gt;&gt;&gt; The attached is a hypothesis of the relationship between QOS and the<br>
&gt;&gt;&gt;&gt;&gt; number of concurrent calls.  Does it work that way?<br>
&gt;&gt;&gt;&gt;&gt; What other factors need to be taken into account?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;image.png&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>