Author Topic: Remote recording directory  (Read 3604 times)

europesip

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
    • Email
Remote recording directory
« on: July 13, 2011, 18:00:42 »
Hello
 
In our settings we have the Asterisk server and the QueueMetrics server in different physical machines, we are not be able to listen recording from QueueMetrics interface, your documentation explains how to import remote recording directory when you have a cluster configuration.
 
In the QM_UserManual_v23 document it is mentioned:
cluster.aleph.monitored_calls=/share/aleph/calls/

This tells QM where to look for recorded calls on each Asterisk server. This is used by QueueMetrics in order to

click-and-listen to recorded calls. A NFS or SMB share is usually a good starting point.

Does Queuemetrics offer the same functionality for a single Asterisk server configuration??

 
Best regards

marcos

  • Loway
  • Full Member
  • *
  • Posts: 138
  • Karma: 3
    • View Profile
Re: Remote recording directory
« Reply #1 on: July 15, 2011, 10:48:44 »
Hi,

Yes. It's the same. The idea is to let able the server where QM is running to read the call files.
What you can do is to mount an NFS share on a folder (for example /share/calls ) then modify the keys:

audio.server=it.loway.app.queuemetrics.callListen.listeners.LocalFiles
default.monitored_calls=/share/calls

The first key tells QueueMetrics to read to a server local folder, the second key specifies the folder.
Please remember to restart QueueMetrics and to properly set the file access permissions.

Thank you and regards,
Marco Signorini.