Open rw180800 opened 1 year ago
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";
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;
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.