<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">For some reason at 48khz with
      inbandfec=1 and dtx=0, if a packet is lost, Chrome sends
      something, which triggers that FEC error and causes a robotic
      sound. Once we either enabled DTX or explicitly disabled FEC, the
      FEC errors vanished and the robotic voice was gone. I think the
      RTCP errors were a separate issue.<br>
      <br>
      Thanks for the quick fix!<br>
      <br>
      <br>
      On 10/06/2015 09:46 AM, Anthony Minessale wrote:<br>
    </div>
    <blockquote
cite="mid:CAKbxfG_useix+4znKbJkdvx0Xb11nxS0Q9RULka6gxTpwWUvJQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">I did a patch last night that has it working the
        best I can possibly do.  40% packet loss with crystal clear
        audio and no error messages.
        <div>I think the errors were a result of rtcp payload collision
          which is now fixed.</div>
        <div><br>
          <div><br>
          </div>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Tue, Oct 6, 2015 at 4:30 AM, Dragos
          Oancea <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:doancea@orange-vallee.net" target="_blank">doancea@orange-vallee.net</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#ffffff">
              Hi <br>
              <br>
              I have tested yesterday FS master
              (b5e486fd5c9bfb52923b30b8b53037c39cdb8665) with Opus PLC
              and I can tell
              you that it works just fine .<br>
              If there is/was a bug it must have been because of rtp
              &amp; rtcp
              mux/demux ,  by looking at the<br>
              error message about payload type. Do those errors show at
              regular
              intervals ? eg: 5 seconds , which can be the rtcp interval
              ? <br>
              <br>
              Regards,<br>
              Dragos
              <div>
                <div class="h5"><br>
                  <br>
                  <br>
                  On 10/05/2015 12:25 AM, Stanislav Sinyagin wrote:
                  <blockquote type="cite">
                    <div dir="ltr">
                      <div>here's a great deal of advice on how to
                        simulate a random packet
                        drop:<br>
                        <a moz-do-not-send="true"
href="http://stackoverflow.com/questions/614795/simulate-delayed-and-dropped-packets-on-linux"
                          target="_blank">http://stackoverflow.com/questions/614795/simulate-delayed-and-dropped-packets-on-linux</a><br>
                        <br>
                      </div>
                      <br>
                    </div>
                    <div class="gmail_extra"><br>
                      <div class="gmail_quote">On Sun, Oct 4, 2015 at
                        11:19 PM, Thomas <span dir="ltr">&lt;<a
                            moz-do-not-send="true"
                            href="mailto:lists@virtues.net"
                            target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:lists@virtues.net">lists@virtues.net</a></a>&gt;</span>
                        wrote:<br>
                        <blockquote class="gmail_quote"
                          style="border-left:1px solid
                          rgb(204,204,204);margin:0pt 0pt 0pt
                          0.8ex;padding-left:1ex">
                          <div bgcolor="#FFFFFF" text="#000000">
                            <div>Just retested with latest master, still
                              there.<br>
                              <br>
                              It also sometimes includes this:<br>
                              <br>
                              switch_core_media.c:2421 alternate payload
                              received (received 72,
                              expecting 111)<br>
                              switch_core_media.c:2444 Could not change
                              to payload type 72,
                              ignoring...<br>
                              <br>
                              or this<br>
                              <br>
                              mod_opus.c:346 OPUS_INVALID_PACKET !
                              nb_opus_frames: -4<br>
                              mod_opus.c:836 Decoder Error: corrupted
                              stream fs:4080 plc:false!<br>
                              switch_core_io.c:1244 Codec OPUS
                              (STANDARD) decoder error!<br>
                              <br>
                              When I test through echo without any
                              decoding, it sounds surprisingly
                              good for 5% packet loss. So it seems like
                              an FS issue. It's quite
                              strange though. Will file a jira.
                              <div>
                                <div><br>
                                  <br>
                                  <br>
                                  On 04.10.2015 16:37, Brian West wrote:<br>
                                </div>
                              </div>
                            </div>
                            <div>
                              <div>
                                <blockquote type="cite">
                                  <div dir="ltr">Have you tried with
                                    code from today?  we had a
                                    regression I think that was resolved
                                    late yesterday.</div>
                                  <div class="gmail_extra"><br>
                                    <div class="gmail_quote">On Sun, Oct
                                      4, 2015 at 1:41 PM, Thomas <span
                                        dir="ltr">&lt;<a
                                          moz-do-not-send="true"
                                          href="mailto:lists@virtues.net"
                                          target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:lists@virtues.net">lists@virtues.net</a></a>&gt;</span>
                                      wrote:<br>
                                      <blockquote class="gmail_quote"
                                        style="border-left:1px solid
                                        rgb(204,204,204);margin:0pt 0pt
                                        0pt 0.8ex;padding-left:1ex">Hello
                                        list,<br>
                                        <br>
                                        on a connection with an
                                        unfortunate amount of packet
                                        loss, I'm getting
                                        a lot of these:<br>
                                        <br>
                                        mod_opus.c:289 FEC in CELT_ONLY
                                        mode ?!<br>
                                        <br>
                                        ... with the occasional ...<br>
                                        <br>
                                        mod_opus.c:801 Decoder Error:
                                        corrupted stream fs:4080
                                        plc:false!<br>
                                        switch_core_io.c:622 Codec RAW
                                        Signed Linear (16 bit) decoder
                                        error! [9]<br>
                                        <br>
                                        ... and ...<br>
                                        <br>
                                        switch_rtp.c:875 Invalid
                                        STUN/ICE packet received 493
                                        bytes<br>
                                        <br>
                                        That's accompanied by robotic
                                        distortion.<br>
                                        <br>
                                        This sounds more like FS is
                                        receiving total junk rather than
                                        missing
                                        packets, but surely there must
                                        be checksums<br>
                                        preventing errors inside these
                                        packets? Can this really be a
                                        bug in FS,
                                        or do I need an exorcist for
                                        that internet<br>
                                        connection? :)<br>
                                        <br>
                                        Cheers!<br>
                                        <br>
                                        Thomas<br>
                                        <br>
                                        P.S.: Last nights master<br>
                                        <br>
                                        <br>
_________________________________________________________________________<br>
                                        Professional FreeSWITCH
                                        Consulting Services:<br>
                                        <a moz-do-not-send="true"
                                          href="mailto:consulting@freeswitch.org"
                                          target="_blank">consulting@freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://www.freeswitchsolutions.com"
                                          rel="noreferrer"
                                          target="_blank">http://www.freeswitchsolutions.com</a><br>
                                        <br>
                                        Official FreeSWITCH Sites<br>
                                        <a moz-do-not-send="true"
                                          href="http://www.freeswitch.org"
                                          rel="noreferrer"
                                          target="_blank">http://www.freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://confluence.freeswitch.org"
                                          rel="noreferrer"
                                          target="_blank">http://confluence.freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://www.cluecon.com"
                                          rel="noreferrer"
                                          target="_blank">http://www.cluecon.com</a><br>
                                        <br>
                                        FreeSWITCH-users mailing list<br>
                                        <a moz-do-not-send="true"
                                          href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                                          target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                          rel="noreferrer"
                                          target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                        UNSUBSCRIBE:<a
                                          moz-do-not-send="true"
                                          href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                          rel="noreferrer"
                                          target="_blank"><a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a><br>
                                        <a moz-do-not-send="true"
                                          href="http://www.freeswitch.org"
                                          rel="noreferrer"
                                          target="_blank">http://www.freeswitch.org</a><br>
                                      </blockquote>
                                    </div>
                                    <br>
                                    <br clear="all">
                                    <div><br>
                                    </div>
                                    -- <br>
                                    <div>
                                      <div dir="ltr">
                                        <div>
                                          <div dir="ltr">
                                            <div>
                                              <div dir="ltr">
                                                <div>
                                                  <div dir="ltr">
                                                    <div>
                                                      <div dir="ltr">
                                                        <p><font
                                                          face="courier
                                                          new,
                                                          monospace"><b><i><font
                                                          size="4">Brian
                                                          West</font></i></b><br>
                                                          <span
                                                          style="font-size:x-small"><a
moz-do-not-send="true" href="mailto:brian@freeswitch.org"
                                                          target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:brian@freeswitch.org">brian@freeswitch.org</a></a></span></font></p>
                                                        <p><font
                                                          face="courier
                                                          new,
                                                          monospace"
                                                          size="1"><img
moz-do-not-send="true"
                                                          src="http://billing.freeswitch.org/templates/default/img/whmcslogo.png"><br>
                                                          </font></p>
                                                        <p><font
                                                          face="monospace,
                                                          monospace"
                                                          size="2"><b><i>Twitter:
@FreeSWITCH
                                                          , @briankwest</i></b><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitchbook.com" target="_blank"><a class="moz-txt-link-freetext" href="http://www.freeswitchbook.com">http://www.freeswitchbook.com</a></a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitchcookbook.com" target="_blank"><a class="moz-txt-link-freetext" href="http://www.freeswitchcookbook.com">http://www.freeswitchcookbook.com</a></a></font></p>
                                                        <p><font
                                                          face="monospace,
                                                          monospace">Got
                                                          Bugs? Report
                                                          them <a
                                                          moz-do-not-send="true"
href="https://freeswitch.org/jira" target="_blank">here</a>! | Reddit: <a
moz-do-not-send="true" href="https://www.reddit.com/r/freeswitch"
                                                          target="_blank">/r/freeswitch</a></font></p>
                                                        <p><font
                                                          face="monospace,
                                                          monospace"
                                                          size="2"><b>T:</b><a
moz-do-not-send="true" href="tel:%2B19184209001" value="+19184209001"
                                                          target="_blank">+19184209001</a>
                                                          | <b>F:</b><a
moz-do-not-send="true" href="tel:%2B19184209002" value="+19184209002"
                                                          target="_blank">+19184209002</a>
                                                          | <b>M:</b>+1918424WEST
                                                          (9378)<br>
                                                          <b>iNUM:</b>+883
                                                          5100 1420 9001
                                                          | <b>ISN:</b>410*543
                                                          | <b>Skype:</b>briankwest</font></p>
                                                      </div>
                                                    </div>
                                                  </div>
                                                </div>
                                              </div>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                  <br>
                                  <fieldset></fieldset>
                                  <br>
                                  <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a moz-do-not-send="true" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a moz-do-not-send="true" href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></pre>
                                </blockquote>
                                <br>
                              </div>
                            </div>
                          </div>
                          <br>
_________________________________________________________________________<br>
                          Professional FreeSWITCH Consulting Services:<br>
                          <a moz-do-not-send="true"
                            href="mailto:consulting@freeswitch.org"
                            target="_blank">consulting@freeswitch.org</a><br>
                          <a moz-do-not-send="true"
                            href="http://www.freeswitchsolutions.com"
                            rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
                          <br>
                          Official FreeSWITCH Sites<br>
                          <a moz-do-not-send="true"
                            href="http://www.freeswitch.org"
                            rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
                          <a moz-do-not-send="true"
                            href="http://confluence.freeswitch.org"
                            rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
                          <a moz-do-not-send="true"
                            href="http://www.cluecon.com"
                            rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
                          <br>
                          FreeSWITCH-users mailing list<br>
                          <a moz-do-not-send="true"
                            href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                            target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                          <a moz-do-not-send="true"
                            href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                            rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                          UNSUBSCRIBE:<a moz-do-not-send="true"
                            href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                            rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                          <a moz-do-not-send="true"
                            href="http://www.freeswitch.org"
                            rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                    <pre><fieldset></fieldset>
_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a moz-do-not-send="true" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a moz-do-not-send="true" href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></pre>
                  </blockquote>
                  <br>
                </div>
              </div>
            </div>
            <br>
_________________________________________________________________________<br>
            Professional FreeSWITCH Consulting Services:<br>
            <a moz-do-not-send="true"
              href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
            <a moz-do-not-send="true"
              href="http://www.freeswitchsolutions.com" rel="noreferrer"
              target="_blank">http://www.freeswitchsolutions.com</a><br>
            <br>
            Official FreeSWITCH Sites<br>
            <a moz-do-not-send="true" href="http://www.freeswitch.org"
              rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
            <a moz-do-not-send="true"
              href="http://confluence.freeswitch.org" rel="noreferrer"
              target="_blank">http://confluence.freeswitch.org</a><br>
            <a moz-do-not-send="true" href="http://www.cluecon.com"
              rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
            <br>
            FreeSWITCH-users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
              rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
            UNSUBSCRIBE:<a moz-do-not-send="true"
              href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
              rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
            <a moz-do-not-send="true" href="http://www.freeswitch.org"
              rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div class="gmail_signature">
          <div dir="ltr">
            <div>
              <div dir="ltr">
                <div>
                  <div dir="ltr">Anthony Minessale II       ♬
                    @anthmfs  ♬ @FreeSWITCH  ♬
                    <div><br>
                      <div>☞ <a moz-do-not-send="true"
                          href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>
                         ☞ <a moz-do-not-send="true"
                          href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>
                         ☞ <a moz-do-not-send="true"
                          href="http://twitter.com/FreeSWITCH"
                          target="_blank">http://twitter.com/FreeSWITCH</a></div>
                      <div>
                        <div>☞ <a moz-do-not-send="true"
                            href="http://irc.freenode.net"
                            target="_blank">irc.freenode.net</a>
                          #freeswitch ☞ <u><a moz-do-not-send="true"
                              href="http://freeswitch.org/g+"
                              target="_blank">http://freeswitch.org/g+</a></u><br>
                          <br>
                        </div>
                        <div>ClueCon Weekly Development Call <br>
                        </div>
                        <div>☎ <a moz-do-not-send="true"
                            href="mailto:sip%3A888@conference.freeswitch.org"
                            target="_blank">sip:888@conference.freeswitch.org</a>
                           ☎ +19193869900 </div>
                        <div><br>
                        </div>
                      </div>
                    </div>
                    <div><a moz-do-not-send="true"
                        href="https://www.youtube.com/watch?v=9XXgW34t40s"
style="color:rgb(17,85,204);font-size:12.8000001907349px"
                        target="_blank">https://www.youtube.com/watch?v=9XXgW34t40s</a></div>
                    <div><a moz-do-not-send="true"
                        href="https://www.youtube.com/watch?v=NLaDpGQuZDA"
                        target="_blank">https://www.youtube.com/watch?v=NLaDpGQuZDA</a><br>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
    </blockquote>
    <br>
  </body>
</html>