From John A. Reed, 6 Years ago, written in PHP.
- view diff
Embed
  1.                         if ($fax_send_mode != 'queue') {
  2.                                 $dial_string .= $fax_variables;
  3.                                 $dial_string .= "mailto_address='"     . $mailto_address   . "',";
  4.                                 $dial_string .= "mailfrom_address='"   . $mailfrom_address . "',";
  5.                                 $dial_string .= "fax_uri=" . $fax_uri  . ",";
  6.                                 $dial_string .= "fax_retry_attempts=1" . ",";
  7.                                 $dial_string .= "fax_retry_limit=20"   . ",";
  8.                                 $dial_string .= "fax_retry_sleep=180"  . ",";
  9.                                 $dial_string .= "fax_verbose=true"     . ",";
  10.                                 $dial_string .= "fax_use_ecm=off"      . ",";
  11.                                 $dial_string .= "api_hangup_hook='lua fax_retry.lua'";
  12.                                 $dial_string  = "{" . $dial_string . "}" . $fax_uri." &txfax('".$fax_file."')";