I have a problem with Call Flood

From Kolmisoft Wiki
Revision as of 16:54, 15 July 2014 by Algirdas (talk | contribs) (Created page with 'If in active calls you see a lot of pending calls an none of them are connecting: File:flood.jpg This can indicate that asterisk server is overloaded, in such case setting th…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If in active calls you see a lot of pending calls an none of them are connecting: Flood.jpg This can indicate that asterisk server is overloaded, in such case setting the "maxload" value in asterisk.conf should solve the issue. What you should do: 1. Open asterisk.conf file with any editor:

vi /etc/asterisk/asterisk.conf

2. Add or edit the "maxload" line, sett the value to be equal to the number of cores one your server (or lover).

maxload = "number of cores"

3. Restart asterisk:

service asterisk restart