Access to recordings

Right now any user that logs into ARI can see and play all their call recordings. I would like to lock it down so they can get to everything but the call monitoring and that only their manager can access the call monitoring. Is that possible? Reason is if a customer support agent has a bad call with someone and they don’t want their manager to review the call all they have to do is login and delete the call. Wondering if anyone has experience with this?

Jared

Make sure the following options are set:

$ARI_ADMIN_MODULES = "callmonitor";
$ARI_DEFAULT_ADMIN_PAGE = "callmonitor";
$ARI_DEFAULT_USER_PAGE = "voicemail";

This will prevent normal users from being able to access the callmonitor page at all. You can give the manager access to the callmonitor page two different ways.
[list=1]
[*]Add the manager’s extension to the list of admin extensions. When the manager logs into ARI, the callmonitor page should be available to review all system recordings. If you have more than one manager you can add all their extensions in a comma delimited list as shown below.

$ARI_ADMIN_EXTENSIONS = "201,251,301";

[*]Have the manager log into ARI with the admin only account to view the callmonitor page. The default values are shown below, but you should change these values because they are easily found out.

$ARI_ADMIN_USERNAME = "admin";
$ARI_ADMIN_PASSWORD = "ari_password";

[/list]
I hope this helps you, Seth

you can also take a tour with our CRI.
CRI (Crystal Clear Recording Interface) providing the user an intelligence web interface to track is recordings and his voice mail
Features :

  1. Access your voicemail recordings.
  2. Setup your voice mail box
  3. View summary of your incoming outgoing calls
  4. Search calls and recordings by day and time.
  5. Call monitor recordings.

we also solved the issue of finding the recording after the call was transferred.

you can find it on our site http://www.tikalnetworks.com/voip/index.php?cid=38

it is free.
all the best
Alex

Seth,

Just getting around to testing this. Both options seem to work. I did notice that some of the voice recording audio as a little out of sync with regards to inbound and outbound as well as a couple other problems but I will post them as a new question.

Thanks for the insight.

Jared