Ability to give admin rights to only certain mailboxes
It would be nice to have the ability to give admin rights to only certain mailboxes. We have an emergency mailbox that everyone accesses to listen to voicemail. It would be nice to click on the mailbox through fop and listen to the voicemail. I do not want to give everyone voicemailadmin rights.
Thanks
-Dimitry
Thanks
-Dimitry
Comments
1) create a fop2 group that contains only the emergency mailbox
2) create a custom permission with some unique name, like "emergencymailbox", add the voicemailadmin permission to it, and check the group you created on step 1
3) edit a user and assign/add your custom permission "emergencymailbox"
Thank you
-Dimitry
I see now you instruct in 3 above to add this permission to a user, but I would assume it should work from a template as well, right?
Fop 2.31
user=6603:6603:check_queue_voicemails,browser,callhistory,check,dial,hangup,hangupself,other,phonebook,pickup,preferences,queueagent,queuemanager,transfer,transferexternal,voicemails:All Queues,Call Center,Queue Voicemail Extensions:autowrapup,browser,callhistory,changepassword,clock,presencepause,queuecounter,queuelogin,configonreload
Best regards,
I looked around and could not find any documentation for defining mailboxes for queues in FOP2, where can I do this?
From your Number 1 above: "create a fop2 group that contains only the emergency mailbox" - How have you set up this emergency mailbox?
Thanks!
Kevin
I have just replicated your configuration/setup, and it works perfectly fine. The only difference is that I did not use Queue Voicemail for the group name, but I do not think it will make any difference ( I used Some Test Group as a name, using spaces in the name to see if that were causing any issues).
So, your setup appears correct and it should work fine, unless you do not have the last #exec line and configured things by hand in fop2.cfg
Try to catch me on the live help so I can review your system.. best regards,
The output of /usr/local/fop2/autoconfig-users.sh should include, in the Permissions section:
perm=check_queue_voicemails:voicemailadmin:VIRTUAL/399,VIRTUAL/299,VIRTUAL/199
Initially I could not get these permissions to work as there were no extensions defined. It simply read:
perm=check_queue_voicemails:voicemailadmin:
We re-created the custom permission, checked the output of autoconfig-users.sh and all was working properly. Thanks for the help!