<div>As a workaround I put a synthetic a delay between the start and stop of the playback. I wouldn&#39;t want to keep this solution however since it blocks one of the worker threads (decreasing overall system throughput) and second, I really don&#39;t know what the synthetic delay should be or whether it could differ during different conditions like during a high load.</div>

<div><br></div><div>Was anybody facing similar problem? How did you solve it? Am I using the API wrong and is there another way to invoke playback/stop?</div><div><br></div><div>Thanks!</div>Hynek<br><br>
<br><br><div class="gmail_quote">On Fri, Nov 18, 2011 at 6:46 PM, Hynek Cihlar <span dir="ltr">&lt;<a href="mailto:hynek.cihlar@gmail.com">hynek.cihlar@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;">

<div>Hello all,</div><div><br></div><div>I got on shaky grounds issuing commands to Freeswitch over ESL.</div><div><br></div><div>For example, issuing the following commands close enough (on my system at around 100 ms and less) causes troubles.</div>


<div><br></div><div><font face="&#39;courier new&#39;, monospace"><b>bgapi uuid_broadcast 71f8f250-8ad6-4ab3-855a-3cbc71075fe2 playback::tone_stream://%(150,4000,425);loops=-1</b></font></div><div><font face="&#39;courier new&#39;, monospace"><i>&lt;100ms appart</i></font></div>


<div><font face="&#39;courier new&#39;, monospace"><b>bgapi uuid_break 71f8f250-8ad6-4ab3-855a-3cbc71075fe2 all</b></font></div><div><span style="font-family:&#39;courier new&#39;,monospace"><i>previous playback is not stopped, the following is queued (not played)</i></span></div>


<div><span style="font-family:&#39;courier new&#39;,monospace"><b>bgapi uuid_broadcast 71f8f250-8ad6-4ab3-855a-3cbc71075fe2 playback::tone_stream://%(1000,4000,425);loops=-1</b></span>
</div><div><br></div><div>It looks like the first tone playback is not properly initialized when the break arrives. Waiting for the start of the first tone playback (waiting for the right event) is not a solution, I don&#39;t want the tone to be played at all if the events come this close.</div>


<div><br></div><div>Any ideas?</div><div><br></div><font color="#888888"><br clear="all">Hynek<br><br>
</font></blockquote></div><br>