Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
APPLIES TO:
2015
2019
Subscription Edition
Summary: Learn about the Response Group application in Skype for Business Server.
The Response Group application provides a way for Skype for Business Server to answer and route phone calls based on the number that was dialed and, optionally, on the caller's responses to a series of questions. Typically, Response Group calls aren't routed to an individual person but, instead, are routed to a team of people referred to as an agent group. For example, if someone calls the phone number for your help desk, Skype for Business Server can automatically route that call to the first available help desk agent. Alternatively, Skype for Business Server could ask a series of questions ("Press 1 if you're having hardware problems. Press 2 if you're having software problems. Press 3 if you're having network problems."), and then route the call to the most appropriate help desk agent based on the answer to those questions.
The Response Group Usage Report provides a detailed look at the number of phone calls received by all your Response Group workflows, then breaks those calls down into more finite categories such as Offered calls, Answered calls, and Abandoned calls.
The key to working with the Response Group Usage Report is to understand the difference between the reported call types:
Received calls. Total number of calls received by all instances of the Response Group application.
Successful calls. Total number of calls that were picked up by the Response Group application.
Offered calls. Total number of calls that were transferred to a Response Group agent.
Answered calls. Total number of calls that were actually answered by a Response Group agent.
Percentage of abandoned calls. Percentage of calls that were received by the Response Group application but were never answered by an agent. This value is calculated by subtracting the Answered calls from the Received calls, and then dividing that value by the number of Received calls. For example, if you received 10 calls and 7 were answered, you would subtract 7 from 10, leaving 3 unanswered calls. That value would then be divided by 10, giving you an abandoned call percentage of 30%.
Transferred calls. Total number of Response Group calls that were transferred because of a queue timeout or queue overflow.
If you're looking at the Response Group Usage Report and can't remember the definition for any of these call types, hold your mouse over the appropriate call type label. A tooltip appears that offers a brief description of the call type.
The Response Group Usage Report allows you to filter on a workflow URI (the SIP address associated with that workflow). However, workflow URIs don't actually appear on the report itself. If you would like to know things such as which workflows are answering the most calls or which workflows are experiencing the most transferred calls, click the appropriate metric to open the Response Group Call List Report for that given time period. That report does list the workflow URIs.
Accessing the Response Group Usage Report
The Response Group Usage Report is accessed from the Monitoring Reports home page. You can drill down to the Response Group Call List Report in Skype for Business Server by clicking any of the following metrics:
Received calls
Successful calls
Offered calls
Answered calls
Transferred calls
Making the Best Use of the Response Group Usage Report
One of the more interesting uses of the Response Group Usage Report might not be readily apparent: the ability to retrieve usage information for a single Response Group workflow.
Caution
A Response Group workflow is basically a set of instructions that determines what Skype for Business Server does when a user dials a particular phone number. To that end, each workflow is uniquely associated with a phone number. When someone calls that number, the workflow determines how the call is handled. For example, the workflow might cause the call to be routed to a series of interactive voice response (IVR) questions that prompt the caller to enter additional information ("Press 1 for hardware support. Press 2 for software support."). Alternatively, the workflow might cause the call to be placed in a queue, with the caller put on hold until an agent is available to answer the call. The availability of agents to answer calls is also dictated by the workflow: workflows are used to configure both business hours (the days of the week and the times of day when agents are available to answer calls) and holidays (days when no agents are available to answer calls). Any time you dial a phone number that belongs to the Response Group application you're essentially calling a Response Group workflow.
Although workflow URIs don't appear in the Response Group Usage Report, it's still possible to view the usage statistics for a single workflow, something that is often useful. For example, suppose you recently unveiled a new ad campaign and are curious to know whether people are calling in to ask about that product. If you have associated a Response Group workflow with the phone number given in the ad campaign, you can easily check to see how many people (if any) are calling that number.
You might also use a similar approach to gauge the number of calls being handled by your internal help desk or your customer service department.
To review usage statistics for a particular workflow, enter the workflow URI in the Workflow URI box. As noted, workflow URIs (the SIP address associated with a workflow) don't appear on the report. That means you need to find some other way to determine the URI of a workflow. One way to do this is to use Windows PowerShell and the Skype for Business Server Management Shell. For example, this command returns the URIs for all your Response Group workflows:
Get-CsRgsWorkflow | Select-Object Name, PrimaryUri
That returns data similar to this:
Name PrimaryUri ---- ---------- Customer Support sip:support@litwareinc.com Help Desk sip:helpdesk@litwareinc.com New Ad Campaign sip:newads@litwareinc.com
This command returns information for a single workflow, the one with the name New Ad Campaign:
Get-CsRgsWorkflow -Name "New Ad Campaign" | Select-Object Name, PrimaryUri
Filters
Filters provide a way for you to return a more finely targeted set of data or to view the returned data in different ways. For example, the Response Group Usage Report enables you to view data for all your Response Group workflows or to view data for an individual workflow. You can also choose how data should be grouped. In this case, usages are grouped by hour, day, week, or month.
The following table lists the filters that you can use with the Response Group Usage Report.
Response Group Usage Report Filters
Name | Description |
---|---|
From |
Start date/time for the time range. To view data by hours, enter both the start date and time as follows: 7/7/2015 1:00 PM If you don't enter a start time, the report automatically begins at 12:00 AM on the specified day. To view data by day, enter just the date: 7/7/2015 To view by week or by month, enter a date that falls anywhere within the week or month that you want to view (you don't have to enter the first day of the week or month): 7/3/2015 Weeks always run from Sunday through Saturday. |
To |
End date/time for the time range. To view data by hours, enter both the end date and time as follows: 7/7/2015 1:00 PM If you don't enter an end time, the report automatically ends at 12:00 AM on the specified day. To view data by day, enter just the date: 7/7/2015 To view by week or by month, enter a date that falls anywhere within the week or month that you want to view (you don't have to enter the first day of the week or month): 7/3/2015 Weeks always run from Sunday through Saturday. |
Interval |
Time interval. Select one of the following: Hourly (a maximum of 25 hours can be displayed) Daily (a maximum of 31 days can be displayed) Weekly (a maximum of 12 weeks can be displayed) Monthly (a maximum of 12 months can be displayed) If the start and end dates exceed the maximum number of values allowed for the selected interval, only the maximum number of values (starting from the start date) is displayed. For example, if you select the Daily interval with a start date of 7/7/2015 and an end date of 2/28/2015, data is displayed for the days 8/7/2015 12:00 AM to 9/7/2015 12:00 AM (that is, a total of 31 days' worth of data). |
Workflow URI |
Enables you to limit the returned data to the specified Response Group workflow. To use this filter, enter the Workflow SIP address. For example: sip:helpdesk@litwareinc.com |
Metrics
The following table lists the information provided in the Response Group Usage Report.
Response Group Usage Report Metrics
Name | Can you sort on this item? | Description |
---|---|---|
Hourly Daily Weekly Monthly |
No |
Indicates the selected time interval. Where applicable, you can click a given time interval to view detailed information for that interval. For example, if you're using the Daily interval and you click 7/7/2015, you see an hourly breakdown of user registration activity for that date. |
Received calls |
No |
Total number of calls received by all instances of the Response Group application. When you click this item, the report shows you the Response Group Call List report for the selected time period. |
Successful calls |
No |
Total number of calls that were picked up the Response Group application. When you click this item, the report shows you the Response Group Call List report for the selected time period. |
Offered calls |
No |
Total number of calls that were transferred to a Response Group agent. When you click this item, the report shows you the Response Group Call List report for the selected time period. |
Answered calls |
No |
Total number of calls that were actually answered by a Response Group agent. When you click this item, the report shows you the Response Group Call List report for the selected time period. |
Percentage of abandoned calls |
No |
Total number of calls that were received by the Response Group application but were never answered by an agent. This is calculated by subtracting the Answered calls from the Received calls, and then dividing that value by the number of received calls. For example, if you have 10 received calls and seven were answered, you would subtract seven from 10, leaving three unanswered calls. That value would then be divided by 10, giving you an abandoned call percentage of 30%. |
Average call minutes by agent |
No |
Average amount of time a Response Group agent spent on a call. |
Transferred calls |
No |
Total number of Response Group calls that were transferred because of a queue timeout or queue overflow. When you click this item, the report shows you the Response Group Call List report for the selected time period. |