Total Calls
+= htmlspecialchars($total_calls) ?>
+Avg. Call Duration
+= htmlspecialchars(round($avg_call_duration)) ?>s
+Call Intent Distribution
+Call Outcome Distribution
+All AI Call Logs
+| Call ID | +Start Time | +End Time | +Intent | +Outcome | +Summary | +
|---|---|---|---|---|---|
| = htmlspecialchars($log['call_id']) ?> | += htmlspecialchars(date("M d, Y H:i:s", strtotime($log['call_start_time']))) ?> | += htmlspecialchars(date("M d, Y H:i:s", strtotime($log['call_end_time']))) ?> | += htmlspecialchars($log['call_intent']) ?> | += htmlspecialchars($log['call_outcome']) ?> | += htmlspecialchars($log['call_summary']) ?> | +
| No call logs found. | +|||||