Extended Call-back Rules

Extended call-back rules enable you base a call-back rule on a specified pattern sequence of result codes. This is in contrast to a "standard" call-back rule which is based on the number of occurrences of a single specified result code. Furthermore, you can optionally configure the call-back rule to change the Case Result of the case, and you can make this conditional on its current Case Result.

Note: The use of Extended Call-back rules is optional. When no extended call-back rule exists or is applicable, the Standard Call-back rules are used.

The Extended Call-back rules table is similar to the standard table except that the first three columns are different: New Case Result, Current Case Result, and Sequence of Result Codes.

Note: For more detail see standard Call-back rules

Syntax for Extended Call-back Rules

An extended rule comprises a sequence of result codes (separated by spaces), each of which can be specified in one of three ways:

Code

Explanation

Example

Single INT code

This code must be present for the callback rule to apply.

BU

*

A wild card representing a sequence of codes (including "no call result"). It may not appear as the last element in the list.

*

[Equivalent INT codes]

Any one of the codes within the square brackets.

[AM NA P1 P6]

Examples of extended rules:

New
Case Result

Current
Case Result

Result Sequence

Description

 

 

AP BU BU BU

Code AP followed by BU 3 times in succession

Examples where the rule applies:

BU BU AP BU BU BU

AP AP BU BU BU

Examples where the rules does not apply:

BU BU BU BU

AP AP CO BU BU BU

 

 

[AP AC] BU BU BU

Code AP or AC followed by BU 3 times in succession

Examples where the rule applies:

BU AC BU BU BU

AP AP BU BU BU

Examples where the rules does not apply:

BU BU BU BU

AP AP CO BU BU BU

 

 

[AP AC] * BU BU BU

Code AP or AC followed by any code(s), and then followed by BU 3 times in succession

DE

 

[P1 P6 AM] [P1 P6 AM] [P1 P6 AM]

Code P1, P6 or AM 3 times in succession

The Case Result becomes DE

RF

 

RE * RE * RE

Code RE 3 times but not necessarily in succession

The Case Result becomes RF

RF

EL

RE * RE * RE

The same as the previous example, but applies only if the case’s Current Case Result is EL