= htmlspecialchars($page_title) ?>
Calls Today
= $total_calls_today ?>
This Week
= $total_calls_week ?>
This Month
= $total_calls_month ?>
AI Rescue Rate
= number_format($ai_rescue_rate, 1) ?>%
Calls by Source
Recent Calls
| Caller | Source | Status | Answered By | Duration | Date |
|---|---|---|---|---|---|
| = htmlspecialchars($call['caller_name'] ?? $call['caller_number']) ?> | = htmlspecialchars(ucwords(str_replace('_', ' ', $call['traffic_source']))) ?> | = htmlspecialchars(ucfirst($call['call_status'])) ?> | = htmlspecialchars(ucwords(str_replace('_', ' ', $call['answered_by']))) ?> | = $call['call_duration_seconds'] ? gmdate("i:s", $call['call_duration_seconds']) : 'N/A' ?> | = date("M d, Y h:i A", strtotime($call['call_start_time'])) ?> |
| No calls recorded yet. | |||||