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 checking connections

January 3, 2023 0 Comments

Sometimes we need to check if we are getting traffic from specific IP address or port, these DIY are simple, I will just give you commands or example Checking if we are getting traffic on port 5061 to check if we are getting pjsip tcpdump port 5061 This is the result cpdump: verbose output suppressed, …

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

What is the benefit of terminal servers?

July 9, 2022 0 Comments

Some companies need to run a specific application like QuickBooks, Office, CRM, Sage or any other application. Normally these applications are installed on Desktop and work together with a server. The problem is that the computer needs to be in the same network or location of the server, if the computer is taken to home …