which table should i look for inbound call report??
Posted: Sun Mar 09, 2014 1:58 pm
Hello All,
I am trying to implement a CDR database system for our call center. And i am fetching data from call_log & Closer_log table like this:
select length_in_sec from call_log where (number_dialed='123123123' OR extension='123123123' OR caller_code='123123123') and start_time between '2014-02-28 00:00:00' AND '2014-02-28 23:59:59';
And
select length_in_sec from vicidial_closer_log where uniqueid='1393610592.76671';
But when i compare this data with my provider they don't match and my CDR's are always less. Please help me which table should i look for inbound call report ?
Thanks
I am trying to implement a CDR database system for our call center. And i am fetching data from call_log & Closer_log table like this:
select length_in_sec from call_log where (number_dialed='123123123' OR extension='123123123' OR caller_code='123123123') and start_time between '2014-02-28 00:00:00' AND '2014-02-28 23:59:59';
And
select length_in_sec from vicidial_closer_log where uniqueid='1393610592.76671';
But when i compare this data with my provider they don't match and my CDR's are always less. Please help me which table should i look for inbound call report ?
Thanks