<div dir="ltr"><div>Hi guys,</div><div><br></div><div>Setup:</div><div>Inbound calls are managed in a separate app through an ESL connection, so the FS dialplan is simple:</div><div><div><br></div><div><extension name="CTI_control"></div><div><span style="white-space:pre">       </span><condition regex="any"></div><div><span style="white-space:pre">               </span><regex field="destination_number" expression="^(.*)$" /><br></div><div><span style="white-space:pre">          </span><action application="socket" data="<a href="http://127.0.0.1:8084">127.0.0.1:8084</a> async full" /></div><div><span style="white-space:pre">  </span></condition></div><div></extension></div></div><div><br></div><div>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>Except for the case when during play the speed is changed, for example with the following bgapi call:</div><div>uuid_fileman 8bca0318-a5f5-4170-b82a-d7ab09d018d4 speed:+1<br></div><div><br></div>When the speed is changed in such a way, the PLAYBACK_STOP event won't be sent. <div><br></div><div>Environment:</div><div>Platform: Windows</div><div>Branch: v1.6</div><div>File being played: Issue present with all sound files I have tried</div><div><br></div><div>The issue happens in a consistent way (all the time when the described scenario happens)</div><div><br></div><div>Does anyone have a clue, how to get FS to send the PLAYBACK_STOP events?</div><div><br></div><div><br></div><div><div><br></div></div></div>