Wiki source code of Permission Examples

Version 5.1 by michaely on 2021/09/09 18:01

Show last authors
1 The following are some example scenarios to provide a clearer view of how the permission system in iSymphony can be used.
2
3 = Scenario 1: Global Restriction With A Singe User Exception =
4
5 Lets say that you want to prevent all users in the system from barging in on any calls, with the exception of the CEO who needs the ability to barge in on all calls in the system. You can set this up via the following steps:
6
7 1. In the iSymphony Administrator Navigate to **Users and Security->Permissions**.
8 1. Enable the permission system, if it is not already enabled. See [[doc:Permissions]] for more information.
9 1. Select the **All Users** user group from the list on the left.
10 1. Locate the **Barge in on call** permission on the right hand side.
11 1. Set the permission to **Deny**.
12 1. Save the permissions. At this point barge functionality will be disabled globally.
13 1. Select the CEO's user from the list on the left.
14 1. Locate the **Barge in on call** permission on the right hand side.
15 1. Set the permission to **Allow.**
16 1. Save the permissions. At this point only the CEO will be able to barge in on any calls.
17
18
19
20