Call Monitor failing... Help

Every monitor window has this in it… That is every extension has this warning in the Monitor section of Call recordings etc…
Too many directories in /var/spool/asterisk/voicemail/default/306. Not all files processed

However if I go in and have a look you can see…

root@pbx:/var/spool/asterisk/voicemail/default/306 $ ls
greet greet.WAV Old tmp unavail.wav
greet.wav INBOX temp unavail unavail.WAV

so what is going on ? and what do I need to do…?

Recordings are not being made… Voicemail is working…

And I did FSCK as well on a reboot…

I have exactly the same issue - there is a bug report for this which was closed - I posted there as well. I am not sure if it is a bug or something else though, hence I am repeating it here.

I get the same message, and a second one that says:

Too many directories in /var/spool/asterisk/voicemail/device/xxxxx. Not all files processed

The Default/xxxx stays the same for all extensions, the device/xxxxx changes…

Any news on this?

Many thanks.

Oh !
I forgot to post the fix I found, I originally posted this over at pbx in a flash…

just had to do this again, after upgrading to latest Asterisk.


Using SSH

nano /var/www/html/recordings/includes/bootstrap.php

set the folders limit to 20 - it is 10 by default…
You can also set the file limit up to above 3000 if you get the “Too Many Files” error…

Not sure of the wisdom of either action but my system is now working again…

-____________________________________________________________

Thanks a Stack!!! sorted. I had to increase the limit to 40. I hope it will not cause any other trouble but we’ll find out in time I guess!

Cheers