Wiki source code of Permission Examples

Last modified by superadmin on 2021/09/09 20:55

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 =
4
5 Lets say that you want to completely disable barge functionality, in the entire 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:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Permissions.WebHome]] 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 will be disabled across the entire system.\\
13
14 = Scenario 2: Global Restriction With A Singe User Override =
15
16 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:
17
18 1. In the iSymphony Administrator, navigate to **Users and Security->Permissions**.
19 1. Enable the permission system if it is not already enabled. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Permissions.WebHome]] for more information.
20 1. Select the **All Users** user group from the list on the left.
21 1. Locate the **Barge in on call** permission on the right hand side.
22 1. Set the permission to **Deny**.
23 1. Save the permissions. At this point, barge functionality will be disabled globally.
24 1. Select the CEO's user from the list on the left.
25 1. Locate the **Barge in on call** permission on the right hand side.
26 1. Set the permission to **Allow.**
27 1. Save the permissions. At this point, only the CEO will be able to barge in on any calls.
28 \\
29
30 = Scenario 3: Global Restriction With A User Group Override =
31
32 Lets say that you want to prevent all users in the system from barging in on any calls, with the exception of a group of managers, who needs the ability to barge in on all calls in the system. You can set this up via the following steps:
33
34 1. In the iSymphony Administrator create a group of users that includes all the manager users. We will call this group **Managers** for the sake of example. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.User Groups.WebHome]] for more information.
35 1. Navigate to **Users and Security->Permissions**.
36 1. Enable the permission system if it is not already enabled. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Permissions.WebHome]] for more information.
37 1. Select the **All Users** user group from the list on the left.
38 1. Locate the **Barge in on call** permission on the right hand side.
39 1. Set the permission to **Deny**.
40 1. Save the permissions. At this point, barge functionality will be disabled globally.
41 1. Select the **Managers **group from the list on the left.
42 1. Locate the **Barge in on call** permission on the right hand side.
43 1. Set the permission to **Allow.**
44 1. Save the permissions. At this point, only users that are a part of the **Managers** group will be able to barge in on any calls.
45
46 = Scenario 4: Global Restriction Except When Owned By User =
47
48 If you want to prevent all users from performing an action, say set DND state, for all extensions except extensions that they own, you could do the following:
49
50 1. In the iSymphony Administrator, navigate to **Users and Security->Permissions**.
51 1. Enable the permission system if it is not already enabled. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Permissions.WebHome]] for more information.
52 1. Select the **All Users** user group from the list on the left.
53 1. Locate the **Toggle DND on an extension** permission on the right hand side.
54 1. Set the permission to **Deny**.
55 1. In the except box to the right of the **Toggle DND on an extension** add **Owned By User.**
56 1. Save the permissions. Users will now only be able to toggle DND on their own extensions.
57
58
59
60
iSymphony