Daniel0122
Programmer
Hello,
Let me tell you about my scenario.
Basically I have a machine that is taking in calls from an IVR (Interactive Voice Response-Unit) it rights the calls that have come in from the IVR to a log file with a time and date stamp.
The Type of calls being written are BDR,GDR,FLR (You can really call these what you want, it's not important)
We have approximately 65 IVR units and I want to extract via a clever script how many call types have been written each hour.
so for example
BDR Calls - 09:00 - 09:59 = 38
FLR Calls - 09:00 - 09:59 = 7
GDR Calls - 09:00 - 09:59 - 92
BDR Calls - 10:00 - 10:59 = 120
FLR Calls - 10:00 - 10:59 = 115
GDR Calls - 10:00 - 10:59 = 82
Get my drift? So again, in a nutshell the log file is writing all the calls it's receiving - it runs 24 hours a day and I need to write something to extract how many calls were received of each type in each 1 hour period?
Hope you can help and many thanks in advance.
Let me tell you about my scenario.
Basically I have a machine that is taking in calls from an IVR (Interactive Voice Response-Unit) it rights the calls that have come in from the IVR to a log file with a time and date stamp.
The Type of calls being written are BDR,GDR,FLR (You can really call these what you want, it's not important)
We have approximately 65 IVR units and I want to extract via a clever script how many call types have been written each hour.
so for example
BDR Calls - 09:00 - 09:59 = 38
FLR Calls - 09:00 - 09:59 = 7
GDR Calls - 09:00 - 09:59 - 92
BDR Calls - 10:00 - 10:59 = 120
FLR Calls - 10:00 - 10:59 = 115
GDR Calls - 10:00 - 10:59 = 82
Get my drift? So again, in a nutshell the log file is writing all the calls it's receiving - it runs 24 hours a day and I need to write something to extract how many calls were received of each type in each 1 hour period?
Hope you can help and many thanks in advance.