<div dir="ltr">Following the playback.js ari-client example, I now need to store the current playback offsetms, either when it was skipped or hung up on.<div>But I can't seem to find it.</div><div>I know that <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayback">https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayback</a> sets CPLAYBACKOFFSET but that variable doesn't seem to be set by the ARI request.</div><div><br></div><div>Nor is there any info in the "get playback" information request, in fact, it doesn't seem to exist anywhere.</div><div><br></div><div></div><div>Internally, it must know the point at which it was paused to set the correct offsetms when it is restarted - so how can I get this?</div><div>What I want to try and avoid is stuff like starting a timer and then having to manually track all the skips back and forth etc.  <br></div><div>Thanks.</div><div><br></div><div>What have I tried? Reading all of this!</div><div><a href="https://wiki.asterisk.org/wiki/display/AST/Introduction+to+ARI+and+Channels#IntroductiontoARIandChannels-channel-dump.js">https://wiki.asterisk.org/wiki/display/AST/Introduction+to+ARI+and+Channels#IntroductiontoARIandChannels-channel-dump.js</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Introduction+to+ARI+and+Channels">https://wiki.asterisk.org/wiki/display/AST/Introduction+to+ARI+and+Channels</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Playbacks+REST+API">https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Playbacks+REST+API</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Asterisk+REST+API">https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Asterisk+REST+API</a><br><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayback">https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayback</a><br><a href="https://github.com/asterisk/asterisk/blob/91fc57f56bd25d9bf28d44486d9e97ada1daafa9/res/res_stasis_playback.c">https://github.com/asterisk/asterisk/blob/91fc57f56bd25d9bf28d44486d9e97ada1daafa9/res/res_stasis_playback.c</a><br><a href="https://github.com/asterisk/asterisk/blob/773f424c7f7d54a8fa585deaa815cacdf1557e2b/apps/app_controlplayback.c">https://github.com/asterisk/asterisk/blob/773f424c7f7d54a8fa585deaa815cacdf1557e2b/apps/app_controlplayback.c</a><br></div></div>