Good day.
But with both of those options, record files are still present at original
/usr/local/FlashphonerWebCallServer/records location.
Have you tried to apply this recommendations? If yes, please check:
1. If you created symlink
Code:
ln -sf /tmp/records /usr/local/FlashphonerWebCallServer/records
command like
ls -l /usr/local/FlashphonerWebCallServer/records
should display something like
Code:
lrwxrwxrwx 1 root root 84 Apr 30 15:16 /usr/local/FlashphonerWebCallServer/records -> /tmp/records
2. If you mounted folder /tmp/records
Code:
mount --bind /tmp/records /usr/local/FlashphonerWebCallServer/records
please start recording and check: recording file will be created in /tmp/records folder
In both cases, recording files will be placed to /tmp/records folder (and to corresponding file system), but will be listed also in /usr/local/FlashphonerWebCallServer/records folder
This can be done even without server restart.
We raised the ticket WCS-2662 to add options for some custom folders, but all the described above is also working for another customers.