Open Source Training Seminar


Not Logged in - No Account?

Logging in allows you to post to forums, track new posts, subscribe to threads, pm (private message) other members, and receive periodic news letters. Once logged in this message disappears. No account? Create one by registering here. Lost your password, request a new password. We respect your privacy and collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for details.


Access to recordings

sjaredj's picture

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


__________________


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Check the ./recordings/includes/main.conf.php file

sasargen's picture

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.

  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";
    
  2. 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";
    

I hope this helps you, Seth


Access to recordings

argovalexander's picture

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


__________________

Alex Argov
www.tikalnetworks.com


Seth, Just getting around to

sjaredj's picture

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