ARI change recording location

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

It is changed in asterisk.conf, but you also need to remove the (!) from the directories section or else it won’t be applied.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.