FreePBX Apply Config slow

January 3, 2023 0 Comments

This is becoming frustrated, after you do some configuration changes and apply configuration it takes forever to save it and sometimes you will need to kill the process. Looks like the problem is the hostname: Change the hostname on: sudo nano /etc/hosts sudo nano /etc/hostname Then you will need to reboot: shutdown -r now Afte …

DIY FreePBX – How to turn on debug mode

January 3, 2023 0 Comments

To enable debug mode for sip and pjsip on FreePBX do the following commands on Linux: asterisk -r For pjsip pjsip set logger on Turi off pjsip set logger off For sip sip set debug on Turn it off: sip set debug off