> On Jan 11, 2019, at 10:46, Gilles VERRIEZ (SERENEO) 
> <[email protected]> wrote:
> 
> Hi,
> 
> I would like to get the audio resource from a record in order to send it 
> threw AJAX request with my ARI-client Node JS source. I thought 
> Playback.media_uri could help me but it's value is undefined. Any ideas?
> 
> 
I think you’re probably going to be looking for:

ari.recordings.getStoredFile(
  {recordingName: val},
  function (err, binary) {}
);

_______________________________________________
asterisk-app-dev mailing list
[email protected]
http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev
-- 
_____________________________________________________________________
-- 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

Reply via email to