<pre>It happens to 40% of my long duration calls, when it has more than 10 minutes there always the <br>Leg A get out of phase.<br><br>Is not that the begining gets copies, it&#39;s that the last minutes of the call are one leg out of phase <br>
with the other<br><br>Like<br><br><i>During Live Call you here:
</i>&gt;<i> 
</i>&gt;<i> 1. A: Hi Bro
</i>&gt;<i> 2. B; Hi Man, How are you??
</i>&gt;<i> 3. A: Excellent Bro
</i>&gt;<i> 4. B: Good For you
</i>&gt;<i> 5. A: Have a nice Day
</i>&gt;<i> 6. B; Same to you
</i>&gt;<i> 
</i>&gt;<i> 
</i>&gt;<i> But on the recorder file you hear:
</i>&gt;<i> 
</i>&gt;<i> 1. A: Hi / B: Hi man How are you??
</i>&gt;<i> 2. A: Bro
</i>&gt;<i> 3. B: Good For you
</i>&gt;<i> 4. B: Same to you / A; Excellent
</i>&gt;<i> 5. A:  Bro
</i>&gt;<i> 6. A: Have a Nice Day</i>
<br>Not like repeated, buy out of phase<br><br>----------------<br><br>Are you able to reproduce this on demand?
If so how long do you have to record a sound file for it to occur?
Is it always the beginning of the sound file that gets copied to the
end, or is it X minutes prior to the end of the file?

William King
Senior Engineer
Quentus Technologies, INC
1037 NE 65th St Suite 273
Seattle, WA 98115
Main:   (877) 211-9337
Office: (206) 388-4772
Cell:   (253) 686-5518
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">william.king at quentustech.com</a>

On 03/07/2013 08:33 PM, Jesus Ramon Rocha Velazquez wrote:
&gt;<i> Hi,
</i>&gt;<i> 
</i>&gt;<i> I&#39;m having the next problem:
</i>&gt;<i> 
</i>&gt;<i> When using record_session on long calls (more than 20 minutes) at some
</i>&gt;<i> point the final output file &quot;bad mix&quot; the channels, so the A-Leg and
</i>&gt;<i> B-Leg get one over the other in different times. It looks that in some
</i>&gt;<i> point the A-Leg &quot;cuts&quot; or &quot;accelerate&quot; audio frames and as result the
</i>&gt;<i> final audio sounds like two people talking at different times or at the
</i>&gt;<i> same time but whitout order. Like:
</i>&gt;<i> 
</i>&gt;<i> During Call Audio:
</i>&gt;<i> 
</i>&gt;<i> 1. A: Hi Bro
</i>&gt;<i> 2. B; Hi Man, How are you??
</i>&gt;<i> 3. A: Excellent Bro
</i>&gt;<i> 4. B: Good For you
</i>&gt;<i> 5. A: Have a nice Day
</i>&gt;<i> 6. B; Same to you
</i>&gt;<i> 
</i>&gt;<i> 
</i>&gt;<i> On Final Output Audio File:
</i>&gt;<i> 
</i>&gt;<i> 1. A: Hi / B: Hi man How are you??
</i>&gt;<i> 2. A: Bro
</i>&gt;<i> 3. B: Good For you
</i>&gt;<i> 4. B: Same to you / A; Excellent
</i>&gt;<i> 5. A:  Bro
</i>&gt;<i> 6. A: Have a Nice Day
</i>&gt;<i> 
</i>&gt;<i> Tried to use same codec on both legs but not working, the result for
</i>&gt;<i> long calls is the same. also tried to change the .wav for a .gsm but
</i>&gt;<i> when converting, the result is the same.
</i>&gt;<i> 
</i>&gt;<i> Dial Plan:
</i>&gt;<i> 
</i>&gt;<i> &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;
</i>&gt;<i> &lt;action application=&quot;ring_ready&quot; /&gt;
</i>&gt;<i> &lt;action application=&quot;set&quot; data=&quot;ringback=%(2000,4000,440.0,480.0)&quot;/&gt;
</i>&gt;<i> &lt;action application=&quot;set&quot; data=&quot;record_waste_resources=true&quot;/&gt;
</i>&gt;<i> &lt;action application=&quot;set&quot; data=&quot;media_bug_answer_req=true&quot;/&gt;
</i>&gt;<i>  &lt;action application=&quot;set&quot; data=&quot;RECORD_TITLE=Recording
</i>&gt;<i> ${destination_number} ${caller_id_number} ${strft$
</i>&gt;<i>         &lt;action application=&quot;set&quot; data=&quot;RECORD_SOFTWARE=OverCall PBX
</i>&gt;<i> 1.0.0.1&quot;/&gt;
</i>&gt;<i>         &lt;action application=&quot;set&quot; data=&quot;RECORD_ARTIST=OverCall PBX
</i>&gt;<i> 1.0.0.1&quot;/&gt;
</i>&gt;<i>         &lt;action application=&quot;set&quot; data=&quot;RECORD_COMMENT=OverCall PBX
</i>&gt;<i> 1.0.0.1&quot;/&gt;
</i>&gt;<i>         &lt;action application=&quot;set&quot; data=&quot;RECORD_DATE=${strftime(%Y-%m-%d
</i>&gt;<i> %H:%M)}&quot;/&gt;
</i>&gt;<i>         &lt;action application=&quot;set&quot; data=&quot;RECORD_STEREO=true&quot;/&gt;
</i>&gt;<i>         &lt;action application=&quot;record_session&quot;
</i>&gt;<i> data=&quot;/my/path/grabaciones/${uuid}.wav&quot;/&gt;
</i>&gt;<i> 
</i>&gt;<i>   &lt;action application=&quot;execute_extension&quot; data=&quot;SETUP_RECORDING XML
</i>&gt;<i> default&quot;/&gt;
</i>&gt;<i> 
</i>&gt;<i>                 &lt;action application=&quot;bridge&quot;
</i>&gt;<i> data=&quot;sofia/gateway/...................
</i>&gt;<i> 
</i>&gt;<i> I&#39;m Using
</i>&gt;<i> 
</i>&gt;<i> Intel(R) Core(TM) i5-2310 (4 Cores)
</i>&gt;<i> 8 GB Ram
</i>&gt;<i> Debian Wheezy x86
</i>&gt;<i> FreeSWITCH Version 1.3.14b+git~20130301T214848Z~c35a41e4ca (git c35a41e
</i>&gt;<i> 2013-03-01 21:48:48Z)
</i>&gt;<i> 
</i>&gt;<i> Greetings and hope some may know whats happening here, because it&#39;s
</i>&gt;<i> driving me crazy
</i>&gt;<i> 
</i>&gt;<i> 
</i>&gt;<i> _________________________________________________________________________
</i>&gt;<i> Professional FreeSWITCH Consulting Services:
</i>&gt;<i> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">consulting at freeswitch.org</a>
</i>&gt;<i> <a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a>
</i>&gt;<i> 
</i>&gt;<i> FreeSWITCH-powered IP PBX: The CudaTel Communication Server
</i>&gt;<i> <a href="http://www.cudatel.com/">http://www.cudatel.com</a>
</i>&gt;<i> 
</i>&gt;<i> Official FreeSWITCH Sites
</i>&gt;<i> <a href="http://www.freeswitch.org/">http://www.freeswitch.org</a>
</i>&gt;<i> <a href="http://wiki.freeswitch.org/">http://wiki.freeswitch.org</a>
</i>&gt;<i> <a href="http://www.cluecon.com/">http://www.cluecon.com</a>
</i>&gt;<i> 
</i>&gt;<i> FreeSWITCH-users mailing list
</i>&gt;<i> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">FreeSWITCH-users at lists.freeswitch.org</a>
</i>&gt;<i> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
</i>&gt;<i> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
</i>&gt;<i> <a href="http://www.freeswitch.org/">http://www.freeswitch.org</a>
</i>
</pre>




    <hr>