set fax failed when missing (#7077)

This commit is contained in:
Antonio Fernandez 2024-07-30 18:31:11 -04:00 committed by GitHub
parent 52e5da9a23
commit 440ffb69db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@
}
else {
echo "fax file missing: ".$fax_file."\n";
$fax_status = 'failed';
}
}