SOLVED Fax Failing - Inbound & Outbound

Status
Not open for further replies.

ict2842

Member
Mar 2, 2021
139
11
18
Wichita, KS
Hello all,

I was running 5.0.3 and just updated to the latest version available under 5.0.4.
When I try receiving a fax, I get these logs:
1665716938304.png

When I try to send a fax, this occurs:
1665716977046.png

Has anyone seen similar issues? I had default settings but changed fax_enable_t38_request=false to true as a test. External inbound is being tested from faxzero.com.
 
The folder in question is /var/lib/freeswitch so it would be the below, but before you do this, do a listing of /var/lib/freeswitch and /var/lib/freeswitch/storage and make sure it's using freeswitch:daemon for everything else.

chown -R freeswitch:daemon /var/lib/freeswitch/storage/fax

My server:

[root@abyss fax]# pwd
/var/lib/freeswitch/storage/fax
[root@abyss fax]# ls -al
total 24
drwxrwx--- 4 freeswitch daemon 4096 Oct 2 09:02 .
drwxrwx--- 4 freeswitch daemon 4096 Mar 24 2022 ..
-rw-rw-r-- 1 freeswitch daemon 6593 May 23 08:07 emailed_faxes.log
<removed the domain folders from listing>
 

ict2842

Member
Mar 2, 2021
139
11
18
Wichita, KS
1665766068195.png

I haven't run my command yet, but you're saying I need to run to fix things up, correct? Permissions are to the web server instead of freeswitch which is the issue.
Code:
chown -R freeswitch:daemon /var/lib/freeswitch/
 
I guess it really depends on whether freeswitch is running as www-data as well. I'm running CentOS so there could be a difference in how they do things there. Maybe I can find the chown statements in the install, I'll check.
 

ict2842

Member
Mar 2, 2021
139
11
18
Wichita, KS
Permissions looked right, I ran those commands anyway.

All is working now. Thank you!
This also fixed my inability to upload VM greetings.
 
Status
Not open for further replies.