Download PDF

Dispositions

It contains two sub-tabs - Disposition Class and Disposition Plan.

Disposition Class

This tab is used to define disposition codes and classes for the calls. Disposition class is a set or logical grouping of disposition codes. Disposition code is the reason of call disconnection which agent selects while disposing any call.

Disposition Class

Figure: Disposition Class

Administrator can perform the following steps here.

  1. The Administrator can add "Disposition Class" by clicking "Add" button. "User Defined" type will appear for the Administrator created disposition classes.
  2. The Administrator can also add "Disposition Code" by clicking "Add New Code" option for a disposition class.

Disposition Plan

This tab is used to create disposition plan and assign the disposition codes in that plan. From here, administrator can select the disposition codes which needs to be assigned in created disposition plan.

Disposition Plan

Figure: Disposition Plans

Perform the following steps.

  1. To add a new Disposition Plan, click "Add" and provide a name in the text field and click "Add New Code" to add the code.

    Add new Disposition Plan

    Figure: Adding New Disposition Plan

    "User Defined" will be the type for custom disposition plans added by the Administrator.
  2. To change the code for an existing disposition plan, select it and click "Code Assignment option". It shows the following box for both adding and modifying the code assignments.

    Code Assignment

    Figure: Add or Modify Code Assignments for any Disposition Plan

  3. Select the checkboxes of different disposition codes which has to be assigned in that disposition plan. Uncheck those which you do not want to assign in the selected disposition plan.
  4. Click "Apply" to save the changes. Rather, you can click the "Refresh" button to discard the changes.

Disposition Options for Ameyo Users

Ameyo offers the following options of dispositions for the Users.

  1. Two Level Disposition: It means that the user can select the disposition in the hierarchical way. The user has to select the Disposition Class first and then select "Disposition Code".

    Two level Disposition

    Figure: Two level Disposition Selection

    Two-level Disposition has been made default. However, the businesses can still perform the backend configuration to make "one-level" disposition as default.

  2. One-level Disposition: It means that the user can select the disposition in the simple way, that is, the selection of the disposition is in the simple way and all the nested dispositions come in a single hierarchy(one after another). In this feature, the user can select only the main disposition but not the sub disposition.

    Code Assignment

    Figure: One-level Disposition

    Enable One-level Disposition (If Required)

    Disable the two-level disposition to enable the one-level disposition. Perform the following steps.

    1. Execute the following command to login to the PostgreSQL Console and access the database.

      psql -U postgres ameyodb

    2. Run the following query to disable the two-level disposition and enable the one-level disposition.

      INSERT INTO server_preference_store (context_type,context_id,key,value) VALUES ('campaign','<campaign_id>','showTwoLevelDisposition','false');

    3. Run the following query to exit from the database.

      \q

    For the definitions of Dispositions and the Call Types, click here.