I resolved the performance issue by running the following commands in MySQL: use asterisk; alter table kvstore engine=MyISAM; My new FreePBX 13 server was causing disk IO contention with my other VMs, so I had a look at the disk writes to the MySQL database. The MySQL databases are the ONLY thing on the VDB […]