Changes for page Permission Examples

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

From version 6.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 11.1
edited by Sean Hetherington
on 2021/09/09 20:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Permissions
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +XWiki.seanh
Content
... ... @@ -5,11 +5,11 @@
5 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 6  
7 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.
8 +1. Enable the permission system if it is not already enabled. See [[doc:ISYMDOCS.Home.iSymphony Administrator's Guide.Configuration.Permissions.WebHome]] for more information.
9 9  1. Select the **All Users** user group from the list on the left.
10 10  1. Locate the **Barge in on call** permission on the right hand side.
11 11  1. Set the permission to **Deny**.
12 -1. Save the permissions. At this point, barge will be disabled across the entire system.
12 +1. Save the permissions. At this point, barge will be disabled across the entire system.\\
13 13  
14 14  = Scenario 2: Global Restriction With A Singe User Override =
15 15  
... ... @@ -16,7 +16,7 @@
16 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 17  
18 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:Permissions]] for more information.
19 +1. Enable the permission system if it is not already enabled. See [[doc:ISYMDOCS.Home.iSymphony Administrator's Guide.Configuration.Permissions.WebHome]] for more information.
20 20  1. Select the **All Users** user group from the list on the left.
21 21  1. Locate the **Barge in on call** permission on the right hand side.
22 22  1. Set the permission to **Deny**.
... ... @@ -31,9 +31,9 @@
31 31  
32 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 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:User Groups]] for more information.
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:ISYMDOCS.User Groups]] for more information.
35 35  1. Navigate to **Users and Security->Permissions**.
36 -1. Enable the permission system if it is not already enabled. See [[doc:Permissions]] for more information.
36 +1. Enable the permission system if it is not already enabled. See [[doc:ISYMDOCS.Home.iSymphony Administrator's Guide.Configuration.Permissions.WebHome]] for more information.
37 37  1. Select the **All Users** user group from the list on the left.
38 38  1. Locate the **Barge in on call** permission on the right hand side.
39 39  1. Set the permission to **Deny**.
... ... @@ -43,6 +43,18 @@
43 43  1. Set the permission to **Allow.**
44 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 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:ISYMDOCS.Home.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 +
46 46  
47 47  
48 48