I am using ARI node client to recording a bridge.
ari.bridges.record(
{bridgeId: val, format: val, name: val},
function (err, liverecording) {}
);
The default output location is
/var/spool/asterisk/recording
I tried change the asterisk.conf and restart, nothing change.
How can I change the output path?
;astspooldir => /var/spool/asterisk
astspooldir => /home/ubuntu/pbx
thanks