Testing latest Ver. Fax not working

Status
Not open for further replies.

MTR

Member
Oct 25, 2017
181
9
18
45
Good Morning

i did a fresh install in order to test the lastest Ver before doing the upgrade

when i try to test the FAX server i am getting this error

curl -k https://xxx.xxx.xxx.xxx/app/fax/fax_emails.php
<br />
<b>Fatal error</b>: Uncaught Error: Call to undefined function mb_convert_encoding() in /var/www/fusionpbx/app/fax/resources/functions/parse_message.php:50
Stack trace:
#0 /var/www/fusionpbx/app/fax/resources/functions/parse_message.php(17): parse_message_decode_text(Resource id #1, Object(stdClass), 59438, '1.1', 1, 'UTF-8')
#1 /var/www/fusionpbx/app/fax/fax_emails.php(202): parse_message(Resource id #1, 59438, 1)
#2 {main}
thrown in <b>/var/www/fusionpbx/app/fax/resources/functions/parse_message.php</b> on line <b>50</b><br />
 

MTR

Member
Oct 25, 2017
181
9
18
45
apt-get install php-mbstring
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-mbstring is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,043
565
113
Not a version thing is it? Like you need something like php7.0-mbstring or something similar?
 
  • Like
Reactions: ricktendo

MTR

Member
Oct 25, 2017
181
9
18
45
now it sits stuck in the QUE as status waiting
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    60.3 KB · Views: 32

tag915

Member
Sep 24, 2018
67
6
8
Anyone ever get this going? Like the rest I can't seem to get faxes processed through the queue. I get Fusion to process theema il but then it stops there. Sending through the web interface works perfect.
 

modcar

Member
Jun 9, 2017
83
5
8
44
If you disable send_mode, then the email retrieval stops working.

What we're wanting is both email retrieval and sending faxes to work
 

tag915

Member
Sep 24, 2018
67
6
8
If you disable send_mode, then the email retrieval stops working.

What we're wanting is both email retrieval and sending faxes to work
The retrieval is done by the cron job and should not have anything to do with the send_mode setting.
 

modcar

Member
Jun 9, 2017
83
5
8
44
I have the cron setup, if I disable send_mode, the email is retrieved by pop3, but nothing happens with it. It doesn't appear in the queue, or get sent
 
Status
Not open for further replies.