= htmlspecialchars($page_title) ?>
+
- = htmlspecialchars($error) ?>
-
+ = htmlspecialchars($error) ?>
-
+
-
-
-
+
+
-
+ Total Calls
-= htmlspecialchars($total_calls) ?>
+Total Calls
+= htmlspecialchars($total_calls) ?>
-
-
-
-
+
+
-
+ Avg. Call Duration
-= htmlspecialchars(round($avg_call_duration)) ?>s
+Avg. Call Duration
+= htmlspecialchars(round($avg_call_duration)) ?>s
+
-
-
-
- Call Intent Distribution
-
-
-
+
+
+
Call Intent Distribution
-
-
-
-
-
- Call Outcome Distribution
-
-
-
+
+
+
Call Outcome Distribution
-
-
+ All AI Call Logs
-
+
-
-
@@ -186,17 +152,19 @@ $page_title = "AI Call Logs";
-
-
-
+
+
-All AI Call Logs
| Call ID | -Start Time | -End Time | -Intent | -Outcome | -Summary | -
|---|---|---|---|---|---|
| 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']) ?> | += htmlspecialchars($log['call_intent']) ?> | += htmlspecialchars($log['call_outcome']) ?> | += htmlspecialchars($log['call_summary']) ?> | -
| No call logs found. | -|||||
| No call logs found. | |||||