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

Cannot view the Receive Fax page #87

Open
rw180800 opened this issue Nov 17, 2023 · 2 comments
Open

Cannot view the Receive Fax page #87

rw180800 opened this issue Nov 17, 2023 · 2 comments

Comments

@rw180800
Copy link

when I select the receive page it then tries then bounces back to the dashboard. All other pages are fine. .1m inbound and 3.5k out.

@rw180800
Copy link
Author

it seems if I set the value here too high I cant see any received faxes..it seems ~50,000 is about the max, is there a way to trim the database so that I can see recent records? It shows oldest only so at over 100,000 received faxes I cant see the latest ones. I don't really need much of a history of faxes in or out.

$query = "SELECT t.transmission_id, $owner_fields, $contact_fields, t.status, t.response, t.direction, t.last_run FROM " . $from_str . " LIMIT 100000";

@rw180800
Copy link
Author

I have been running the below in the ictfax DB. This seems to work ... as long as there is no issue doing it?
delete from transmission where transmission_id<xxxxxxx;

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

1 participant