<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I ran a test this evening with a 15 minute phone call from PSTN via
    ISDN BRI (FreeTDM) into a SIP handset, all at G.711, recorded to
    MP3.&nbsp; Previously, this was out of sync. Now it's rock solid in
    sync.&nbsp; Thanks, Anthony!<br>
    <br>
    On 12/01/12 01:00, Anthony Minessale wrote:
    <blockquote
cite="mid:CAKbxfG-8si9a1Kv2obVdT=4QVYma98YAYwb3X50vOvPj9jUikg@mail.gmail.com"
      type="cite">I really wish things like this would go to jira it's
      very hard to track things from the mailing list......
      <div><br>
      </div>
      <div><br>
      </div>
      <div>
        <div>commit a365fb636ad9e2f4bb5dee43eddc305560699114</div>
        <div>Author: Anthony Minessale &lt;<a moz-do-not-send="true"
            href="mailto:anthm@freeswitch.org">anthm@freeswitch.org</a>&gt;</div>
        <div>Date: &nbsp; Wed Jan 11 17:49:35 2012 -0600</div>
        <div><br>
        </div>
        <div>&nbsp; &nbsp; mailing list <a moz-do-not-send="true"
            href="mailto:36bc584d980ce80fe6a6f6e7d7383db9.squirrel@my.tomp.co.uk">36bc584d980ce80fe6a6f6e7d7383db9.squirrel@my.tomp.co.uk</a>
          [Freeswitch-users] audo sync issues with record_session to mp3
          I redid the stream recording with timestamps and headers to
          try to keep it more synced</div>
        <div><br>
        </div>
      </div>
      <div><br>
        <br>
        <div class="gmail_quote">On Tue, Jan 10, 2012 at 8:46 AM, John <span
            dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:freeswitch@earthspike.net">freeswitch@earthspike.net</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            I've just enabled session recording using MP3 encoding and
            have the same<br>
            symptoms. &nbsp;In my case it is between a BRI ISDN connection
            and a SIP<br>
            phone, both running with G.711. &nbsp;I haven't tried recording
            between<br>
            extensions which would be a purer test, nor have I attempted
            using WAV.<br>
            Are there any suggestions for how to fix this? Should I
            register a bug<br>
            on Jira?<br>
            <span class="HOEnZb"><font color="#888888"><br>
                John<br>
              </font></span>
            <div class="HOEnZb">
              <div class="h5"><br>
                <br>
                On 02/01/12 15:01, Frank @ Impact wrote:<br>
                &gt; We have the same problem. &nbsp;We are running git from
                12/30/11. &nbsp;our aleg is a<br>
                &gt; sip channel coming to FS and the bleg is a sip
                channels leaving FS.<br>
                &gt;<br>
                &gt; I noticed this problem really when we started using
                mp3 instead of<br>
                &gt; wav. &nbsp;With wav, it really was not noticeable for us
                in a 10-15minute call.<br>
                &gt; But with mp3, we notice it after just 2-3 minutes.
                By 10 minutes, it is so<br>
                &gt; far out of sync, it sounds like 2 different calls.<br>
                &gt;<br>
                &gt; The relevant dialplan is<br>
                &gt;<br>
                &gt; &lt;?xml version="1.0"?&gt;<br>
                &gt; &lt;document type="freeswitch/xml"&gt;<br>
                &gt; &nbsp; &nbsp;&lt;section name="dialplan"
                description="Regex/XML Dialplan"&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp;&lt;context name="default"&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;extension name="myextension"&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;condition&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="sched_broadcast"
                data="+15740<br>
                &gt; sounds/announce.wav bleg"/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &lt;action application="sched_hangup"
                data="+1800 "/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &lt;action application="enum" data="<a
                  moz-do-not-send="true" href="tel:15035411236"
                  value="+15035411236">15035411236</a>"/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &lt;action application="set"
                data="RECORD_ANSWER_REQ=true"/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &lt;action application="set"
                data="RECORD_STEREO=true"/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &lt;action application="record_session"<br>
                &gt; data="/mnt/rd/recordfile.mp3"/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="bridge"<br>
                &gt;
                data="[park_after_bridge=true,park_timeout=3]${enum_auto_route}"/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &lt;action application="hangup"/&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/extension&gt;<br>
                &gt; &nbsp; &nbsp; &nbsp;&lt;/context&gt;<br>
                &gt; &nbsp; &nbsp;&lt;/section&gt;<br>
                &gt; &lt;/document&gt;<br>
                &gt;<br>
                &gt;<br>
                &gt;<br>
                &gt; -----Original Message-----<br>
                &gt; From: <a moz-do-not-send="true"
                  href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
                &gt; [mailto:<a moz-do-not-send="true"
                  href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>]
                On Behalf Of Gabriel<br>
                &gt; Gunderson<br>
                &gt; Sent: Thursday, October 20, 2011 3:07 AM<br>
                &gt; To: FreeSWITCH Users Help<br>
                &gt; Subject: Re: [Freeswitch-users] audo sync issues
                with record_session to mp3<br>
                &gt;<br>
                &gt; On Tue, Oct 18, 2011 at 4:34 AM, Tom Parrott&lt;<a
                  moz-do-not-send="true" href="mailto:tomp@tomp.co.uk">tomp@tomp.co.uk</a>&gt;
                &nbsp;wrote:<br>
                &gt;&gt; Longer calls, after about 10 minutes start to
                introduce sync issues<br>
                &gt;&gt; between the A-leg and the B-leg.<br>
                &gt;&gt;<br>
                &gt;&gt; We are running record_session on the A-leg, and
                it seems to get ahead of<br>
                &gt;&gt; the B-leg.<br>
                &gt;&gt;<br>
                &gt;&gt; For example the caller on the A-leg will be
                heard to answer a question<br>
                &gt;&gt; whilst the person on the B-leg is asking it.<br>
                &gt; What's on the other end of each leg? That might
                help us figure this out.<br>
                &gt;<br>
                &gt; Gabe<br>
                &gt;<br>
                &gt;<br>
                &gt; FreeSWITCH-users mailing list<br>
                &gt; <a moz-do-not-send="true"
                  href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                &gt; <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><br>
                &gt; 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><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt;<br>
                &gt;<br>
                &gt;
_________________________________________________________________________<br>
                &gt; Professional FreeSWITCH Consulting Services:<br>
                &gt; <a moz-do-not-send="true"
                  href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.freeswitchsolutions.com"
                  target="_blank">http://www.freeswitchsolutions.com</a><br>
                &gt;<br>
                &gt; FreeSWITCH-powered IP PBX: The CudaTel
                Communication Server<br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                &gt;<br>
                &gt; Official FreeSWITCH Sites<br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                &gt;<br>
                &gt; FreeSWITCH-users mailing list<br>
                &gt; <a moz-do-not-send="true"
                  href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                &gt; <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><br>
                &gt; 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><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt;<br>
                &gt;<br>
                <br>
                <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"
                  target="_blank">http://www.freeswitchsolutions.com</a><br>
                <br>
                FreeSWITCH-powered IP PBX: The CudaTel Communication
                Server<br>
                <a moz-do-not-send="true" href="http://www.cudatel.com"
                  target="_blank">http://www.cudatel.com</a><br>
                <br>
                Official FreeSWITCH Sites<br>
                <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                <a moz-do-not-send="true"
                  href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                <a moz-do-not-send="true" href="http://www.cluecon.com"
                  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"
                  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"
                  target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        Anthony Minessale II<br>
        <br>
        FreeSWITCH <a moz-do-not-send="true"
          href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>
        ClueCon <a moz-do-not-send="true"
          href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
        Twitter: <a moz-do-not-send="true"
          href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>
        <br>
        AIM: anthm<br>
        <a moz-do-not-send="true"
          href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
        GTALK/JABBER/<a moz-do-not-send="true"
          href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
        IRC: <a moz-do-not-send="true" href="http://irc.freenode.net">irc.freenode.net</a>
        #freeswitch<br>
        <br>
        FreeSWITCH Developer Conference<br>
        <a moz-do-not-send="true"
          href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
        <a moz-do-not-send="true"
          href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
        pstn:+19193869900<br>
      </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>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.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://wiki.freeswitch.org">http://wiki.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>