Difference between revisions of "Performance Suggestions"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: | Line 1: | ||
To increase performance we strongly recommend to use: | To increase performance we strongly recommend to use: | ||
* Intel I210 for NIC | |||
* SSD disks for Database | * SSD disks for Database | ||
<br><br> | <br><br> | ||
Line 16: | Line 16: | ||
use_speed_dials = 0 | use_speed_dials = 0 | ||
You will loose some functionality, but will get more CPS/Concurrent Calls | You will loose some functionality, but will get more CPS/Concurrent Calls. | ||
In the /etc/asterisk/logger.conf comment out messages to disable all logs | In the /etc/asterisk/logger.conf comment out messages to disable all logs | ||
If you are using transcoding install special transcoding cards. | If you are using transcoding install special transcoding cards. | ||
Stop pcapsipdump service which records pcap files for every call. | Stop pcapsipdump service which records pcap files for every call. |
Latest revision as of 10:01, 8 May 2019
To increase performance we strongly recommend to use:
- Intel I210 for NIC
- SSD disks for Database
In configuration file mor.conf set such values:
do_not_log_mor_failed_cdrs = 1 log_only_last_cdr = 1 cdr_batch_size = 50 cdr_flush_time = 30 active_calls = 0 check_banned_clis = 0 use_flat_rates = 0 use_speed_dials = 0
You will loose some functionality, but will get more CPS/Concurrent Calls.
In the /etc/asterisk/logger.conf comment out messages to disable all logs
If you are using transcoding install special transcoding cards.
Stop pcapsipdump service which records pcap files for every call.