- Contents
Interaction Reporter Help
Call Analysis Report
The Call Analysis report displays a breakdown of call analysis results in summary, by hour of day, and by detailed result.
The information in this report includes:
-
Call Analysis result
-
Number of dials
-
Hour
-
Dials
-
Live Voice count
-
Live voice percentage
-
Answering machine count
-
Answering machine percentage
-
Fax count
-
Fax percentage
-
SIT (Special Information Tones) count
-
SIT percentage
-
Failure count
-
Failure percentage
-
Unknown count
-
Unknown percentage
-
Percentage of total dials
Parameters
The following parameters can be specified for the Call Analysis report:
-
Date Time
-
Campaign
-
Site ID
-
Wrap-up Category
Sample report
Click on the image below to view a sample of this report.
Report Element Descriptions
Report Element |
Database Column or Computation |
CA Result |
Caresult: 0=Unknown; 1=Live Voice; 2=SIT, 3=FAX; 4=Answering machine; 5 and 6=Failure |
#Dials |
Count (*) grouped by siteId, CampaignName, Day, caresult |
Hour |
Computed based on callplacedtimeUTC |
Dials |
Count (*) grouped by siteId, CampaignName, Day, caresult, Hour |
Live Voce # |
Count (*) when caresult = 1 |
Live Voice percentage |
Live Voice # / Dials |
Ans Machine # |
Count (*) when caresult = 4 |
Fax # |
Count (*) when caresult = 3 |
Fax % |
Fax # / Dials |
SIT # |
Count (*) when caresult = 2 |
SIT % |
SIT # / Dials |
Failure # |
Count (*) when caresult = 5 or caresult = 6 |
Failure % |
Failure # / Dials |
Unknown # |
Count (*) when caresult < 1 or caresult > 6 |
Unknown % |
Unknown # / Dials |
% Total Dials |
Dials/ Total Dials (per day) |
Stored Procedure
-
sprpt_DialerCallAnalysis2
-
sprpt_DialerCallAnalysis_count2
Tables
-
CallHistory