[asterisk-app-dev] ARI-client Node.js objects

Matt Riddell lists at venturevoip.com
Sat Jan 12 07:21:43 CST 2019



> On Jan 11, 2019, at 10:46, Gilles VERRIEZ (SERENEO) <gilles.verriez at sereneo.com> 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) {}
);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20190112/27963f4f/attachment.html>


More information about the asterisk-app-dev mailing list