I'm hoping that someone can assist me with a problem I am having. Our asterisk instance is storing audio files to subfolders in a folder based on the month/year that the call is placed. Here is the configuration change we made to configuration.properties:
default.monitored_calls=/ast1-recordings/%YY-%MM/
Here is a listing of the directory:
[root@stats]# ls -l /ast1-recordings/
total 28
drwxr-xr-x 2 102 103 4096 Oct 7 10:06 2008-10
drwxr-xr-x 2 102 103 4096 Oct 7 10:40 2008-11
drwx------ 2 root root 16384 Aug 27 16:50 lost+found
And
[root@stats]# ls -l /ast1-recordings/2008-10/
total 32
-rw-r--r-- 1 102 103 15725 Oct 7 09:46 q3002-20081007-094611-1223397963.2203279.WAV
-rw-r--r-- 1 102 103 14425 Oct 7 10:06 q3002-20081007-100615-1223399168.2203285.WAV
When I go into the queuemetrics call detail screen, it is not showing a link for the audio file. Before we had this directory structure, it was working fine. I have tried restarting queuemetrics as well as rebooting the whole machine. What am I doing wrong?