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. But I can't seem to find it. I know that https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayback sets CPLAYBACKOFFSET but that variable doesn't seem to be set by the ARI request.
Nor is there any info in the "get playback" information request, in fact, it doesn't seem to exist anywhere. 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? 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. Thanks. What have I tried? Reading all of this! 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 https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Playbacks+REST+API https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Asterisk+REST+API https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayback https://github.com/asterisk/asterisk/blob/91fc57f56bd25d9bf28d44486d9e97ada1daafa9/res/res_stasis_playback.c https://github.com/asterisk/asterisk/blob/773f424c7f7d54a8fa585deaa815cacdf1557e2b/apps/app_controlplayback.c
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users