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
asterisk-app-dev@xxxxxxxxxxxxxxxx
http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev