Recent content by markjcrane

  1. M

    Voicemail to Email Issues - Default settings do not seem to be working

    - After changing the settings, did you press the RELOAD button on the Default Settings page? - If you did that, try restarting the email_queue service
  2. M

    Voicemail to Email Issues - Default settings do not seem to be working

    What is your version of FusionPBX? You can see it from Status -> System Status. New install is likely 5.4, but it would be good to confirm it.
  3. M

    admin password not accepted

    What is your version of FusionPBX? Did you recently upgrade? If so, from what version?
  4. 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.
  5. M

    New install 5.4 CDR Empty

    You can try restarting the xml_cdr service.
  6. 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.
  7. 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...
  8. M

    Is event guard working

    Go to Status -> SIP Status -> FLUSH CACHE button. This would clear the cache.
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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 ```
  14. 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...
  15. 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.