Update fax_to_email.php
Add the common_dial_string to the dial_string.
This commit is contained in:
@@ -493,6 +493,7 @@ if(!function_exists('fax_split_dtmf')) {
|
|||||||
$common_dial_string .= "fax_file='" . $fax_file . "',";
|
$common_dial_string .= "fax_file='" . $fax_file . "',";
|
||||||
|
|
||||||
if ($fax_send_mode != 'queue') {
|
if ($fax_send_mode != 'queue') {
|
||||||
|
$dial_string .= $common_dial_string;
|
||||||
$dial_string .= $fax_variables;
|
$dial_string .= $fax_variables;
|
||||||
$dial_string .= "mailto_address='" . $mailto_address . "',";
|
$dial_string .= "mailto_address='" . $mailto_address . "',";
|
||||||
$dial_string .= "mailfrom_address='" . $mailfrom_address . "',";
|
$dial_string .= "mailfrom_address='" . $mailfrom_address . "',";
|
||||||
|
|||||||
Reference in New Issue
Block a user