Testing latest Ver. Fax not working

Status
Not open for further replies.

MTR

Member
Oct 25, 2017
181
9
18
46
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 />
 
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.
 
Not a version thing is it? Like you need something like php7.0-mbstring or something similar?
 
  • Like
Reactions: ricktendo
now it sits stuck in the QUE as status waiting
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    60.3 KB · Views: 33
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.
 
If you disable send_mode, then the email retrieval stops working.

What we're wanting is both email retrieval and sending faxes to work
 
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.
 
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.