Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faxes looping #91

Open
rw180800 opened this issue May 17, 2024 · 4 comments
Open

Faxes looping #91

rw180800 opened this issue May 17, 2024 · 4 comments

Comments

@rw180800
Copy link

We have had a few occasions now where faxes have been looping and users are getting multiple emails with fax notifications. The fax server is continually retrying even if successful. Where can I go to stop these?

@rw180800
Copy link
Author

only way to stop this is to reboot. Is there a way to see what may be stuck and delete/fix?

image

@ictvision
Copy link

Our team is currently addressing the reported issues and we will fix and release the new version accordingly. However, in the event of looping, please follow these steps:

  • Terminate the following processes:
    • pkill soffice.b | pkill oosplash | pkill php and service sendmail restart
  • Only utilize PDF, TIFF, JPG, JPEG, and PNG file types.

@rw180800
Copy link
Author

rw180800 commented Jul 4, 2024 via email

@ictvision
Copy link

Please update the /usr/ictcore/core/Message/Document.php file with following code

exec("export HOME=$home_dir && export PATH=$include_path && $office_binary --headless --convert-to pdf $sourceFile --outdir $target_dir");

to

$cmd = "export Home=$home_dir && export Path=$include_path && $office_binary --headless --convert-to pdf $sourceFile --outdir $target_dir"; exec($cmd);

and in case of loop, please kill the following services and try again

pkill soffice.b
pkill oosplash
pkill php
service sendmail restart

Ensure the mailbox has the correct permissions and ownership

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants