It contains two sub-tabs - Disposition Class and Disposition Plan.
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.
Figure: Disposition Class
Voice-Admin can perform the following steps here.
This tab is used to create disposition plan and assign the disposition codes in that plan. From here, Voice-Admin can select the disposition codes which needs to be assigned in created disposition plan.
Figure: Disposition Plans
Perform the following steps.
Figure: Adding New Disposition Plan
"User Defined" will be the type for custom disposition plans added by the Voice-Admin.Figure: Add or Modify Code Assignments for any Disposition Plan
Ameyo offered the multi-level disposition selection for the user. Multi-Level means that the user can select the sub disposition directly. There is no need to select the main disposition from the disposition menu.
Following are the two levels of the dispositions selection available in Ameyo.
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.
Figure: One Level Disposition
Two Level Disposition: It means that the user can select the disposition in a broad way, that is, the selection of the disposition is in the multi-hierarchic way. In this feature, all the nested dispositions come one after another. In this hierarchy, all the nested dispositions are visible under their main disposition code. The user can select the sub disposition according to the use.
Figure: Two level Disposition Selection
Perform the following steps to enable the two-level disposition.
Execute the following query to login to the database.
psql -U postgres ameyodb
Execute the following query to enable the two-level disposition.
INSERT INTO server_preference_store (context_type,context_id,key,value) VALUES ('campaign','<campaign_id>','twoLevelDispositionEnabled','true');
Figure: Enable two-level disposition
Execute the following query to exit from the database.
\q
For the definitions of Dispositions and the Call Types, click here.