FreePBX Paid Support


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.


I got DB Error in Call Monitor

man_evolution's picture

Hi all,

Can someone help me to solve this error "DB Error: unknown errorTo many files in /var/spool/asterisk/monitor/XXXXXX.wav Not all files proccessed"? I can't see the play link to play the files. I also check in /var/spool/asterisk/monitor and there is about 64000 files with about 64GB. I think there is too many files in that path to be process, that why the error occur. What do you think about that?

Here is error screen shots:


__________________


Comment viewing options

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

The short term

mickecarlsson's picture

The short term solution:
Delete some files or move them to another directory!


__________________

There are only 10 types of people in the world: Those who understand binary, and those who don't


There is a setting that you need to change

sasargen's picture

If you are getting too many files, you should also look at the ARI configuration variable, new to FreePBX 2.5:

$SETTINGS_MAX_FILES=3000;

you can find that in main.conf.php in the ARI include directory. This config file is left alone when FreePBX has new downloads so you may have to add it manually.

You can increase 3000 to something larger than your number of files and it should start working normally again.


Thanks for the help

man_evolution's picture

Hi Mickecarlsson and Sasargen..I have solve the problem using your method..Thanks a lot for the help ^_^