<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">sounds like a bug.  <a href="https://freeswitch.org/jira" class="">https://freeswitch.org/jira</a><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 3, 2017, at 6:21 AM, Harangozó, László <<a href="mailto:harangozo.laszlo@tct.hu" class="">harangozo.laszlo@tct.hu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hi guys,</div><div class=""><br class=""></div><div class="">Setup:</div><div class="">Inbound calls are managed in a separate app through an ESL connection, so the FS dialplan is simple:</div><div class=""><div class=""><br class=""></div><div class=""><extension name="CTI_control"></div><div class=""><span style="white-space:pre" class="">      </span><condition regex="any"></div><div class=""><span style="white-space:pre" class="">         </span><regex field="destination_number" expression="^(.*)$" /><br class=""></div><div class=""><span style="white-space:pre" class="">         </span><action application="socket" data="<a href="http://127.0.0.1:8084/" class="">127.0.0.1:8084</a> async full" /></div><div class=""><span style="white-space:pre" class="">        </span></condition></div><div class=""></extension></div></div><div class=""><br class=""></div><div class="">If a playback operation is started (ESL ExecuteApplication playback) for such a call then both PLAYBACK_START and PLAYBACK_STOP events are sent for the playback application.</div><div class="">Except for the case when during play the speed is changed, for example with the following bgapi call:</div><div class="">uuid_fileman 8bca0318-a5f5-4170-b82a-d7ab09d018d4 speed:+1<br class=""></div><div class=""><br class=""></div>When the speed is changed in such a way, the PLAYBACK_STOP event won't be sent. <div class=""><br class=""></div><div class="">Environment:</div><div class="">Platform: Windows</div><div class="">Branch: v1.6</div><div class="">File being played: Issue present with all sound files I have tried</div><div class=""><br class=""></div><div class="">The issue happens in a consistent way (all the time when the described scenario happens)</div><div class=""><br class=""></div><div class="">Does anyone have a clue, how to get FS to send the PLAYBACK_STOP events?</div><div class=""><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>