Call Recordings: Option to manually submit audio to AI for transcription, if enabled.

This commit is contained in:
fusionate
2024-05-21 14:59:23 -06:00
parent 7312b9ab67
commit 1f8542b9cc
5 changed files with 212 additions and 30 deletions
+3 -2
View File
@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2022
Portions created by the Initial Developer are Copyright (C) 2022-2024
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -33,6 +33,7 @@ if ($domains_processed == 1) {
$sql .= " select domain_uuid, xml_cdr_uuid as call_recording_uuid, \n";
$sql .= " caller_id_name, caller_id_number, caller_destination, destination_number, \n";
$sql .= " record_name as call_recording_name, record_path as call_recording_path, \n";
$sql .= " record_transcription as call_recording_transcription, \n";
$sql .= " duration as call_recording_length, start_stamp as call_recording_date, direction as call_direction \n";
$sql .= " from v_xml_cdr \n";
$sql .= " where record_name is not null \n";
@@ -45,4 +46,4 @@ if ($domains_processed == 1) {
}
?>
?>