Upload Recordings does nothing

Status
Not open for further replies.

topogigio

Member
Jun 17, 2019
68
0
6
57
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
 

agree

Member
Aug 26, 2018
135
24
18
I've seen this when the uploaded file exceeds the php upload size limit. You can configure this in the php.ini file.
 

Dast

Member
Nov 11, 2019
57
10
8
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/
 

topogigio

Member
Jun 17, 2019
68
0
6
57
Nothing :(
however owner on subfolders was freeswitch:freeswitch also before to run the command, and after seems unchanged
 

Dast

Member
Nov 11, 2019
57
10
8
I would try checking your /var/log/nginx/error.log file, it might give you some clues.
 
Status
Not open for further replies.