CDR Summary Data

Start Date
End Date
Source DID prefix
Destination DID prefix
Calling Channel
Destination Channel
Start Date End Date Call Count Seconds Billed
0

08-25-2026 20:19:49 SQL Statement: SELECT MIN(calldate) AS start_date, MAX(calldate) AS end_date, COUNT(*) AS call_count, SUM(billsec) AS total_bill_time FROM cdr WHERE calldate >= '2026-08-24 00:00:00' AND calldate <= '2026-08-25 00:00:00' ORDER BY start_date