You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Function

This object is used to retrieve information on the last call made by the current caller to selected ACD groups.

The system searches for the caller, within the specified time, and in the specified ACD groups. The most recent call is used when determining the result and variables returned by this object.

Notes:

  • only incoming calls are searched
  • UsersID and UID are only returned for successful calls. Unsuccessful tries to reach agents are not considered.
  • If the result is not OK, then the only variable which contains a deterministic value is prefix.RESULT.

Parameters

ParameterPurpose

Object Name

The name of this object instance

Caller

The caller number to search for. Usually, you would specify $caller here, but for test purposes any number may be specified.

For ACD GroupsSpecify a comma separated list of ACD groups (optionally using variables), or leave empty to check all ACD groups.
Within time periodHere, you specify the time period during which the search will be made. Only calls within the specified time period will be consiered.
Variable prefixSpecify a variable prefix to which the results will be stored. This prefix is specified without a $ sign.

Outputs

Output

Used when ...

Continue

A record is found

Not FoundNo record for the specified caller was found using the criteria specified (ACD groups and time period)
ErrorAn error occurred. This is most likely due to the incorrect specification of the ACD groups - either missing commas at the relevant positions, or specifying variables which could not be evaluated.

Variables Provided

Prefix is replaced with the prefix specified in the object definition.

Variable

Contains

prefix.AcdGroupActionsID

The ID of the ACD group action (group rule) used when the call exited the group.

prefix.AcdGroupActionTypesID

The type of the ACD group action (group rule) used when the call exited the group.
Use the following menu in the portal to find a list of the possible types: ACD ... Types Overview ... Group Actions.

prefix.AcdGroupEndReasonsID

The group end reason for the call exiting the ACD group.
Use the following menu in the portal to find a list of the possible types: ACD ... Types Overview ... Group End Reasons.

prefix.AcdGroupsIDThe ID of the last group the caller called or was connected to.
prefix.AcdAgentGroupsIDThe ID of the last agent group the caller called or was connected to.
prefix.AcdConfigurationGroupsIDThe ID of the last configuraton group the caller called or was connected to.
prefix.dtGroupStartWhen the last call the caller made to the ACD group returned started.
prefix.nPriorityGroupStartThe priority of the call, when it entered the ACD group.
prefix.nSecondsGroupStartGroupEndThe number of seconds from group start to group end.
prefix.RESULT

The result of the query performed by this object. The following values may be returned:

  • OK
  • NOT_FOUND
  • ERROR
prefix.UsersIDThe ID of the user (Agent) the caller was connected to - only successful calls are considered.
prefix.UsersUIDThe UID of the user (Agent) the caller was connected to - only successful calls are considered.

Release

3.14 FROM 10.02.2019

  • No labels