Recent content by markjcrane

  1. M

    Newbie : Fresh Installation FUSION PBX , Outgoing Call Works - Incoming Calls are getting rejected.

    Check this next. Go to Advanced -> Access controls, make sure your public IP address for your phones are not in the providers access control list. If the phone IP address is in that list, then remove it. Then press the RELOAD button or go to Status -> SIP STATUS and press the RELOADACL button.
  2. M

    New install 5.4 CDR Empty

    You can try restarting the xml_cdr service.
  3. M

    Newbie : Fresh Installation FUSION PBX , Outgoing Call Works - Incoming Calls are getting rejected.

    Check to make sure your IP address was not blocked by Event Guard. You can check by going to Status -> Event Guard and checking to see if your address was banned. If it was banned, you can press the UNBLOCK button to allow your IP address again.
  4. M

    SOLVED Upgrade broke displaying of many things

    I'm sorry it took me a bit to finish the support call I was on. I'm happy you stuck around so that I was able to help you. When we did get on a call together, we found that about everything from the fusionpbx-apps repo was installed. Several things in that repo are archived there and are old...
  5. M

    Is event guard working

    Go to Status -> SIP Status -> FLUSH CACHE button. This would clear the cache.
  6. M

    Is event guard working

    A way to test Event Guard is to register with a bad password or try and register to the IP address. However, you have to do this from an IP address that is not in the access control list and not registered to the system to intentionally get blocked. Using a mobile phone with Wifi turned off can...
  7. M

    SOLVED Upgrade broke displaying of many things

    I've upgraded many people, and I'm confident that all issues on your list will be resolved once your code is updated. Running the upgrade scheme and data types is required. My test machine is running PHP 8.2, the same version as you, and it is set up to show all errors by default. On the latest...
  8. M

    SOLVED Upgrade broke displaying of many things

    I think from the message it's likely you are on the master branch. Please update the source code and try again. I'm no longer recommending fail2ban because it generates too many false positives. I would only use it to protect SSH at this point, as well as the web server (nginx), for handling a...
  9. M

    SOLVED Upgrade broke displaying of many things

    For FusionPBX PHP 8.1, 8.2, and 8.3 are officially. If you are on the master branch, you need to run Upgrade -> Schema -> Data Types I think I'll optimize the Data Types code for speed and efficiency, and then incorporate it into the Upgrade -> Schema process. We don't change data types...
  10. M

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    A newer version of FreeSWITCH occasionally has behavior changes. You good stop and start the gateway and look at the fs_cli or Status -> Log Viewer You can also use it to find your gateway registration attempt. ``` sngrep ```
  11. M

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    If you are trying to watch SIP traffic that is not secured with SSL. Then you can use sngrep, it has an easy and intuitive interface. FusionPBX installs this by default, as it is a very useful command-line tool. ``` sngrep ``` You also need to look at FreeSWITCH. If using FusionPBX, you would...
  12. M

    Anyone facing call recordings for failed and missed call without setting recording to destination?

    What is your version of FreeSWITCH? You can find it by going to Status -> System Status.
  13. M

    Call parking change

    Yealink Call Park function key used to work on Yealink then they broke it and it has remained broken for years. So if using Yealink then use BLF Grandstream Call Park function key is working and has been working for years.
  14. M

    Sara Phone

    Microsip is a good option for Windows. It's also cheap for branding. https://www.microsip.org/
  15. M

    SIP Profiles

    Transcription history in FusionPBX. 3 Major Versions. 1. The first version was contributed. This version was written in Lua. I added some providers to the Lua transcription code that was originally contributed. Improved it for a while. As it became used more heavily, it was noticed that it was...