Changing recording path

Hi,

I would like to change the path of recordings, instead of /var/spool/asterisk/monitor i will change to /var/spool/asterisk/call.

Where do I configure it? or change the path?

you can specify an absolute path in any of the recording apps… just set a global channel variable at the top of your dial plan.

MixMonitor(${REC_PATH}/myfile.WAV)

Of course, there may be a configuration I am not aware of :smile: