i did this before by recording in WAV then converted them to OGG - all WAV files of the day - after midnight where the usage is low.<br><br><div class="gmail_quote">On Thu, Jan 12, 2012 at 9:00 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@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">I really wish things like this would go to jira it&#39;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 href="mailto:anthm@freeswitch.org" target="_blank">anthm@freeswitch.org</a>&gt;</div>
<div>Date:   Wed Jan 11 17:49:35 2012 -0600</div><div><br></div><div>    mailing list <a href="mailto:36bc584d980ce80fe6a6f6e7d7383db9.squirrel@my.tomp.co.uk" target="_blank">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><div><div class="h5"><br><br><div class="gmail_quote">On Tue, Jan 10, 2012 at 8:46 AM, John <span dir="ltr">&lt;<a href="mailto:freeswitch@earthspike.net" target="_blank">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&#39;ve just enabled session recording using MP3 encoding and have the same<br>
symptoms.  In my case it is between a BRI ISDN connection and a SIP<br>
phone, both running with G.711.  I haven&#39;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><font color="#888888"><br>
John<br>
</font></span><div><div><br>
<br>
On 02/01/12 15:01, Frank @ Impact wrote:<br>
&gt; We have the same problem.  We are running git from 12/30/11.  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.  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=&quot;1.0&quot;?&gt;<br>
&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;    &lt;section name=&quot;dialplan&quot; description=&quot;Regex/XML Dialplan&quot;&gt;<br>
&gt;      &lt;context name=&quot;default&quot;&gt;<br>
&gt;        &lt;extension name=&quot;myextension&quot;&gt;<br>
&gt;          &lt;condition&gt;<br>
&gt;         &lt;action application=&quot;sched_broadcast&quot; data=&quot;+15740<br>
&gt; sounds/announce.wav bleg&quot;/&gt;<br>
&gt;       &lt;action application=&quot;sched_hangup&quot; data=&quot;+1800 &quot;/&gt;<br>
&gt;       &lt;action application=&quot;enum&quot; data=&quot;<a href="tel:15035411236" value="+15035411236" target="_blank">15035411236</a>&quot;/&gt;<br>
&gt;       &lt;action application=&quot;set&quot; data=&quot;RECORD_ANSWER_REQ=true&quot;/&gt;<br>
&gt;       &lt;action application=&quot;set&quot; data=&quot;RECORD_STEREO=true&quot;/&gt;<br>
&gt;       &lt;action application=&quot;record_session&quot;<br>
&gt; data=&quot;/mnt/rd/recordfile.mp3&quot;/&gt;<br>
&gt;            &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;[park_after_bridge=true,park_timeout=3]${enum_auto_route}&quot;/&gt;<br>
&gt;       &lt;action application=&quot;hangup&quot;/&gt;<br>
&gt;          &lt;/condition&gt;<br>
&gt;        &lt;/extension&gt;<br>
&gt;      &lt;/context&gt;<br>
&gt;    &lt;/section&gt;<br>
&gt; &lt;/document&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a><br>
&gt; [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">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 href="mailto:tomp@tomp.co.uk" target="_blank">tomp@tomp.co.uk</a>&gt;  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&#39;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 href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
&gt; <a 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 href="http://www.cudatel.com" target="_blank">http://www.cudatel.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://wiki.freeswitch.org" target="_blank">http://wiki.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" target="_blank">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>
&gt;<br>
&gt;<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.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://wiki.freeswitch.org" target="_blank">http://wiki.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" target="_blank">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><br clear="all"><div><br></div></div></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>

Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a><br>
</div>
<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>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.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://wiki.freeswitch.org" target="_blank">http://wiki.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>
<br></blockquote></div><br>