Honor toll_allow when using email-to-fax (#6128)

toll_allow should be honored for outbound routes
This commit is contained in:
frytimo 2021-11-22 11:09:03 -05:00 committed by GitHub
parent 6c31c0a4a2
commit e9288230b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);