Upload Recordings does nothing

Status
Not open for further replies.

topogigio

Member
Jun 17, 2019
68
0
6
58
When I upload a new file in Recordings, GUI does nothing. No entry is created, no file is saved on the server.
I haven't any browser error or http error.

FusionPBX 5.0.1 on debian 11

any idea?
thanks
 
I've seen this when the uploaded file exceeds the php upload size limit. You can configure this in the php.ini file.
 
It could be a file system permission issue.

This one-liner should fix ownership, incase that's the issue.
Bash:
chown $(stat -c "%u:%g" /proc/$(pgrep -f freeswitch)/) -R /var/lib/freeswitch/recordings/
 
Nothing :(
however owner on subfolders was freeswitch:freeswitch also before to run the command, and after seems unchanged
 
I would try checking your /var/log/nginx/error.log file, it might give you some clues.
 
Status
Not open for further replies.