SOLVED Can not write this file - Permission denied

Status
Not open for further replies.

Andrew Byrd

Member
Feb 16, 2018
309
10
18
54
Incoming calls on the cli I see this message in red

2020-01-13 14:35:58.942617 [ERR] switch_cpp.cpp:1365 [cache] can not write file `/var/cache/fusionpbx/directory.102@abn2.npusa.us.03d1856c-3612-11ea-99c0-438b2ec4b200.tmp`: /var/cache/fusionpbx/directory.102@abn2.npusa.us.03d1856c-3612-11ea-99c0-438b2ec4b200.tmp: Permission denied

Can someone point me in the right direction? The endpoint does not ring so I am sure this message has something to do with it :)

I have 3 extensions on the same yealink T29G.
 

Andrew Byrd

Member
Feb 16, 2018
309
10
18
54
I did this and it fixed the issue:

mkdir -p /var/cache/fusionpbx
chown -R freeswitch /var/cache/fusionpbx
 
Status
Not open for further replies.