With the Intelligent Answering feature, you decide what application will be started at an agent's terminal when a client call is received in your call center. CallCoordinator uses four different methods to determine what initial application to start:
You can further enhance Intelligent Answering by using Automatic Number Identification (ANI) in combination with the above methods of Intelligent Answering. With ANI, you can provide your agents with specific information about the caller. When a call is received, the agent sees the application panel and the correct client information on the panel. This is extremely efficient in call centers with a large volume of calls where agents spend time asking for client information on every call. The last section in this chapter includes detailed information about evaluating and enabling ANI in your call center.
Planning for Intelligent Answering in your call center involves three major tasks:
The sections that follow include detailed information on how to complete these tasks for each method of Intelligent Answering. For background information on Intelligent Answering, refer to CallPath CallCoordinator/CICS General Information.
Refer to the section "Features, Functions, and APIs" in CallPath CallCoordinator/CICS Application Programming Guide for a list of the Intelligent Answering methods that require programming and the specific CallCoordinator APIs and interfaces to be used.
Your programmers can refer to CallPath CallCoordinator/CICS General Information, and the CallPath CallCoordinator/CICS Application Programming Guide for more detailed information on programming. Refer to the CallPath Services reference book for details about your switch.
When a call comes into an
agent, CallCoordinator determines which
transaction to start at the agent's terminal. CallCoordinator follows a specific
search pattern to determine which initial transaction to start. When
CallCoordinator finds a match, the initial transaction associated with that
match is started.
Table 10 illustrates the search pattern. Note that
numbers 1, 1.1, and 1.2 involve searching for User Screen Control first.
(See "User Screen Control"
for an explanation of User Screen Control option.)
Then CallCoordinator continues to the DNIS table.
The search continues until CallCoordinator finds
a match and starts the transaction found in that table.
Table 10. Search Pattern for Initial Transaction ID
| Step | Table Searched | Table Fields Checked | Conditions Checked | Action If Successful | Action If Not Successful |
|---|---|---|---|---|---|
| 1. | Agents | User control | The value is Y; use non-CallCoordinator screen control. | Go to step 1.1.
(continue user search) | Go to step 2.
(DNIS search) |
| 1.1 | Agents | User Trans ID | The value is blank; User trans ID not defined here. | Go to step 1.2.
(default search) | Use User Trans ID from the matched record in the table. |
| 1.2 | COR Telephony Settings | User Trans ID | The value is NOT blank. | Use User Trans ID from the table. | Go to step 2.
(DNIS search) |
| 2. | DNIS to Application | Switch ID and
DNIS ID | Calling party DNIS is present. Match the event message values for Switch ID and DNIS ID. | Use Init Trans ID from the matched record in the table. If Init Trans ID is blank, go to step 6. | Go to step 3.
(pilot search) |
| 3. | Pilot to Application | Switch ID and
Pilot number | Agent reached via pilot.
Match the message values for Switch ID and pilot number | Use Init Trans ID from the matched record in the
table.
If Init Trans ID is blank, go to step 6. | Go to Step 4.
(trunk search) |
| 4. | Trunk ID to Application | Switch ID and
Trunk ID | Calling party type is trunk. Match the event message values for Switch ID and trunk number. | Use Init Trans ID from the matched record in the
table.
If Init Trans ID is blank, go to step 6. | Go to Step 5.
(agents search) |
| 5. | Agents | Init Trans ID | The value is NOT blank. | Use Init Trans ID from the table. | Go to step 6. |
| 6. | COR Telephony Settings | Init Trans ID | The value is NOT | Use Init Trans ID from the table. | Error message in system log |
There is a parameter in the COR Telephony Settings SPM on Alert or Connect. The first consideration should be whether you want Intelligent Answering in your call center when the agent phone rings, or when it is answered.
If the call center has a requirement not to start any transaction when a call comes in from a certain DNIS or Pilot, a Transaction ID of NOACTION can be entered. For example, this can be used to prevent calls between agents causing screen pops, by setting the Init Trans ID in the COR Telephony settings to NOACTION and adding an entry for each ACD group (Pilot) with the required Transaction. This invokes SPM only if a call comes in through a PILOT.
To evaluate the extension number method for your call center, answer the following questions:
If you decide to use the extension number method of Intelligent Answering for some of your agents, refer to Chapter 3, "Planning for System Operations" and to Chapter 4, "Planning for Agent Operations". All of the tasks required for enabling this method of Intelligent Answering are covered in these chapters.
You have already completed the Agent Detail Work Sheet that is used by your system administrator to enter information on the Agent Detail panel during installation. If you decide to use the extension number method as a way of enabling Intelligent Answering, review all relevant completed work sheets.
To evaluate the DNIS method for your call center, answer the following questions:
If DNIS is supported, you will need to check with your switch engineer to verify that this service has been purchased from the telephone company.
If your switch does not support the DNIS method, you can enable a method of Intelligent Answering similar to the DNIS method by using a pilot number. See "Planning for the Pilot Number Method" for instructions.
After evaluating the DNIS method, you must answer the following questions to enable the DNIS method of Intelligent Answering in your call center:
Table 11. Sample of CallCoordinator DNIS to Application Work Sheet
|
CallCoordinator - Work Sheet VA45 DNIS TO APPLICATION | ||||
| Authorized by:
| Date: | |||
|
|
| Init Trans ID 1 | |
| 1/2/3/4 2 | 1 - 10 characters | 1 - 32 characters | 1 - 8 characters | |
|
| ||||
|
| (1) | (2) | (3) | |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
| Footnotes: | ||||
To evaluate the trunk ID method for your call center, answer the following questions:
After evaluating the trunk ID method, you must answer the following questions to enable the trunk ID method of Intelligent Answering in your call center:
Table 12. Sample of CallCoordinator Trunk to Application Work Sheet
|
CallCoordinator - Work Sheet VA46 TRUNK TO APPLICATION | ||||
| Authorized by:
| Date: | |||
|
|
| Init Trans ID 1 | |
| 1/2/3/4 2 | 1 - 10 characters | 1 - 10 characters | 1 - 8 characters | Comments |
|
| ||||
|
| (1) | (2) | (3) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Footnotes:
| ||||
To evaluate the pilot number method for your call center, answer the following questions:
If your switch does not support the DNIS method of Intelligent Answering, you can use the pilot number to enable a method of Intelligent Answering similar to the DNIS method. You must set up a pilot number for a dummy or empty hunt or distribution group. This dummy pilot number is set up to forward to another hunt or distribution group with members. Consult with the person responsible for switch configuration to use the pilot number method for this purpose.
After evaluating the pilot number method, you must answer the following questions to enable the pilot number method of Intelligent Answering in your call center:
Table 13. Sample of CallCoordinator Pilot to Application Work Sheet
|
CallCoordinator - Work Sheet VA47 PILOT TO APPLICATION | ||||
| Authorized by:
| Date: | |||
|
|
| Init Trans ID 1 | |
| 1/2/3/4 2 | 1 - 10 characters | 1 - 10 characters | 1 - 8 characters | Comments |
|
| ||||
|
| (1) | (2) | (3) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Footnotes:
| ||||
To evaluate ANI as a way to enhance Intelligent Answering in your call center, answer the following questions:
For example, an automobile parts distributor would find ANI very effective if most of the incoming calls are from repeat clients calling from their business phones. However, a large retail chain of stores might have less use for ANI because clients could call from a variety of locations, and most of the client service is provided through personal contacts at the store.
If ANI is supported you will need to check with your switch engineer to verify that this service has been purchased from the telephone company.
Preparing to enable ANI as a way to enhance Intelligent Answering involves completing the following task: