Hi Tom,
you should specify also the audioRpcServer field.
cluster.server1.audioRpcServer=
cluster.server2.audioRpcServer=
Probably the same you haave in default.audioRpcServer, otherwise give a look here for details:
http://manuals.loway.ch/QM_UserManual-chunked/ch22.htmlThe one for you should be
it.loway.app.queuemetrics.callListen.listeners.LocalFilesByDay; also if the recordings are divided by day you can set year, month, day variables in the path in order to make the search way faster, especially with remote mounts:
example:
cluster.server1.monitored_calls=/mnt/server1/%YY/%MM/%DD
%YY → the 4-digit year when the call was made
%MM → the 2-digit month when the call was made
%DD → the 2-digit day of month when the call was made
%SE → in a clustered environment, the server name (all lower case)
%QU → the queue name (all lower case)