Finding and viewing call details

This  function allows you to easily locate a particular call, and view its properties. Once you have found the call, you can right-click it and select call details... to view detailed information about the call.

You can search for calls within the following contexts:

Note: from version 5.4.2.1, it is possible to view the call details of an in-progress call.
Note: from version 5.4.0.1, restrictions on calls are checked, so supervisors will only be able to find those calls that they have access to.
Note: this function finds CTScript interviews, providing you have CTScript installed.

The following dialog appears:

Note: the find call(s) dialog is not modal, allowing you to switch to other windows while it is still open.

Enter your search criteria. For example, to search for calls where the speaking time was greater than 5 minutes, you would set up the following criterion:

find_call_example_criterion

You can combine several search criteria if you wish. See also: find calls fields.

Note that the first criterion is always fixed, specifying the item you were searching on (a sample list, agent or group). If you do not add any other criterion, then all calls for this sample list, agent or group will be found (subject to the maximum number of results option; see below).

To add a field to your search criteria, simply click in the parameter column. To remove a criterion, hold the mouse pointer at the left-most edge of the left-hand column, and click delete_find_call_condition.

To change the value in any column, click in that column and select or type the new value.

Click find to search for the calls matching your criteria. If any are found, they are displayed at the bottom of the dialog. You can sort the list by clicking the appropriate column header; click the column header again to reverse the sort order. An arrow in the header indicates the sort direction.

Note: the maximum number of calls returned by your search may be limited. You can set this maximum in the option maximum number of results. This option prevents askiafield CCA from hanging if a search encompasses too many results. No warning message is shown; the results will simply be capped to the indicated value.

In addition, only calls made recently will be displayed. The time frame is indicated beside the find button. By default, it is 366 days, but it may be configured differently in your installation. It can be changed in the option find call: maximum age (in days) of the results, found in the statistics group of the CCA settings.

In the left-hand column, you can select either include if (the default) or exclude if. These determine whether calls which meet the criterion are included in or excluded from your search:

The condition column allows you to specify how your value (entered in the value column) will be compared to the information in the database of calls.

Note: it is possible to use "wild-cards" in your search criteria. Wild-cards are characters that are used to represent other characters, either because you want to find a number of records where some characters in your expression may vary, or because you do not know all of the characters that may appear in a given field.

The ? wild-card denotes a single character. For example, ? on its own means any single character at all. 1? means the digit '1' followed by any character at all.

The * wild-card denotes multiple characters. So 01* in a call ID field would find numbers beginning with 01, no matter what characters (and no matter how many) followed.

Square brackets denote groups of characters. For example, [a-z] means any characters between a-z. [abc] denotes the characters a, b or c (the search will find records with any of these characters). The ^ character denotes "not", so [^a-z] will find records without the characters a-z in the field in which you enter this expression. 1[0-5] will find records with the following numbers in the field: 10, 11, 12, 13, 14, 15 (because the first digit is 1, and the second digit can be anything between 0 and 5).

If you want to search for any of the above "wild-card" characters ([, ], ?, *, or ^), you need to specify that you are not using them as wild-cards in this instance. To do so, "escape" the character by preceding it with . For example ? allows you to search for the ? character.

For further details on using wild cards, see the Knowledge Base article How to use wildcards to find contacts or calls efficiently.
Note: from version 5.4.3, the group column in the search results indicates the names of any inbound or outbound groups associated with the call. Used in conjunction with the inbound column, this provides useful information regarding any call transfers.

Combining similar criteria

A record is included in the results only if all the 'include if' conditions are met. However, if you specify more than one similar condition (where only the value differs), then they are all included. This allows you to do searches that are true if one of several criteria are met (e.g. to find records with names starting with a or b). For example:

To find all records with names starting with 'a' or 'b', AND country 15, you would enter the following search criteria:

Context menu

The context (right-click) menu gives you access to the following features:

Create your own Knowledge Base