From e9288230b80cdddf819ffc51992b952a708c35f8 Mon Sep 17 00:00:00 2001 From: frytimo Date: Mon, 22 Nov 2021 11:09:03 -0500 Subject: [PATCH] Honor toll_allow when using email-to-fax (#6128) toll_allow should be honored for outbound routes --- app/fax/fax_emails.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/fax/fax_emails.php b/app/fax/fax_emails.php index d39859eff3..babec44e0d 100644 --- a/app/fax/fax_emails.php +++ b/app/fax/fax_emails.php @@ -97,6 +97,7 @@ if (is_array($result) && @sizeof($result) != 0) { $fax_email_outbound_authorized_senders = strtolower($row["fax_email_outbound_authorized_senders"]); $fax_send_greeting = $row["fax_send_greeting"]; $fax_accountcode = $row["accountcode"]; + $fax_toll_allow = $row["fax_toll_allow"]; //load default settings, then domain settings over top unset($_SESSION);