It happens to 40% of my long duration calls, when it has more than 10 minutes there always the <br><div class="gmail_quote"><pre>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><div class="im">&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></div>&gt;<i> But on the recorder file you hear:
</i><div class="im">&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></div>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" target="_blank">william.king at quentustech.com</a><div><div class="h5">

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></div></div>&gt;<i> _________________________________________________________________________
</i>&gt;<i> Professional FreeSWITCH Consulting Services:
</i>&gt;<i> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">consulting at freeswitch.org</a>
</i>&gt;<i> <a href="http://www.freeswitchsolutions.com/" target="_blank">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/" target="_blank">http://www.cudatel.com</a>
</i>&gt;<i> 
</i>&gt;<i> Official FreeSWITCH Sites
</i>&gt;<i> <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
</i>&gt;<i> <a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a>
</i>&gt;<i> <a href="http://www.cluecon.com/" target="_blank">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" target="_blank">FreeSWITCH-users at lists.freeswitch.org</a>
</i>&gt;<i> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
</i>&gt;<i> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
</i>&gt;<i> <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
</i>
</pre>




    <hr>
</div><br><br clear="all"><br>-- <br>En caso de requerir mas información puede preguntar sin compromiso.<br><br><br>- Tel. (52) (55) 5373 0270<br>
- Cel. (521)/(044) 55 3246 6150<br>
- Correo Electrónico: <a href="mailto:jesus.rocha@overvoiplatam.com" target="_blank">jesus.rocha@overvoiplatam.com</a><br>- Skype: overvoiplatamsales<br><br>Saludos<br><br><br>Jesus Rocha<br>OverVoIP LatAm <br>
Sales and Carrier Alliances Manager.<br><br><br><p style="line-height:18px;color:rgb(85,85,85);font-size:13px;margin:10px 10px 10px 0px;min-height:1em;padding:8px 5px 5px 0px;text-align:left">
<font face="garamond, serif">Este correo electrónico y, en su caso, 
cualquier fichero anexo al mismo, contiene información de carácter 
confidencial exclusivamente dirigida a su destinatario o destinatarios. 
Queda prohibida su divulgación, copia o distribución a terceros sin la 
previa autorización escrita de <b>Overvoip Latam </b></font></p>
<p style="line-height:18px;color:rgb(85,85,85);font-size:13px;margin:10px 10px 10px 0px;min-height:1em;padding:8px 5px 5px 0px;text-align:left"><font face="garamond, serif">En
 caso de no ser usted la persona a la que fuera dirigido este mensaje y a
 pesar de ello continúa leyéndolo, ponemos en su conocimiento que 
está cometiendo un acto ilícito en virtud de la legislación vigente en 
la actualidad, por lo que deberá dejarlo de leer automáticamente.</font></p>
<p style="line-height:18px;color:rgb(85,85,85);font-size:13px;margin:10px 10px 10px 0px;min-height:1em;padding:8px 5px 5px 0px;text-align:left"><font face="garamond, serif"><b style="background-color:transparent">Overvoip Latam </b> no
 es responsable de su integridad, exactitud, o de lo que acontezca 
cuando el correo electrónico circula por las infraestructuras de 
comunicaciones electrónicas públicas. En el caso de haber recibido este 
correo electrónico por error, se ruega notificar inmediatamente esta 
circunstancia mediante reenvío a la dirección electrónica del remitente.</font></p>
<p style="line-height:18px;color:rgb(85,85,85);font-size:13px;margin:10px 10px 10px 0px;min-height:1em;padding:8px 5px 5px 0px;text-align:left"><font face="garamond, serif">El
 correo electrónico vía Internet no permite asegurar la confidencialidad
 de los mensajes que se transmiten ni su integridad o correcta 
recepción, por lo que<b> </b><b style="background-color:transparent">Overvoip Latam </b> no asume ninguna responsabilidad que pueda derivarse de este hecho.</font></p>
<p style="line-height:18px;color:rgb(85,85,85);font-size:13px;margin:10px 10px 10px 0px;min-height:1em;padding:8px 5px 5px 0px;text-align:left"><font face="garamond, serif">No imprima este correo si no es necesario. Ahorrar papel protege el medio ambiente.</font></p>