From d3acbd3289bfad1c914c4acae28a38cd9e6c0022 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 2 Dec 2016 00:44:38 -0700 Subject: [PATCH] Update fax_to_email.php Should fix fax relay and fax forward. --- secure/fax_to_email.php | 1 + 1 file changed, 1 insertion(+) diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index 644c63847f..530511e858 100644 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -448,6 +448,7 @@ if(!function_exists('fax_split_dtmf')) { $common_dial_string .= "fax_file='" . $fax_file . "',"; if ($fax_send_mode != 'queue') { + $dial_string .= $common_dial_string; $dial_string .= $t38; $dial_string .= "mailto_address='" . $mailto_address . "',"; $dial_string .= "mailfrom_address='" . $mailfrom_address . "',";