Search results

  1. P

    Firewall - Unblock but Delete

    The easiest is not to use ports 5060 and 5080. Those are targeted every day. I have a system that was up for 300 days, with 0 IPs blocked, because my ports 5060 and 5080 are blocked.
  2. P

    Firewall - Unblock but Delete

    Unblock actually just deletes the record. It doesn't permanently whitelist it. It sure looks like you may have port 5060 or 5080 open. On a secure system, I rarely see any blocks whatsoever. Check if that firewall is actually doing anything.
  3. P

    NPM Funding High

    That's the nature of this business. You patch things, and a week later, they find more. If your system is protected from outside access, you should be ok.
  4. P

    Changing Internal SIP Port (FusionPBX)

    You still didn't explain why you think it's not working? Have you started it? It should show on your SIP Status page if it's running.
  5. P

    Changing Internal SIP Port (FusionPBX)

    This is an example of Telnyx IP authentication type or gateway. The screenshot is from FS PBX but the same settings will work in FusionPBX
  6. P

    Changing Internal SIP Port (FusionPBX)

    How do you know it's not working? Is it IP-based authentication or registration trunk? I suggest you share what you did so far and maybe we can help
  7. P

    Upgrading from Debian 12 to 13

    If you are not very familiar with the command line, I recommend starting a new server with Debian 13 and migrating everything manually. In-place upgrades from Debian 12 to 13 may require extensive command-line skills, as you will likely bump into unexpected issues and may or may not be able to...
  8. P

    Changing Internal SIP Port (FusionPBX)

    A few points to note: Many users are often confused because they believe they cannot set their gateway providers to send inbound traffic to port 5080, but this is very rare—the provider almost always allows it. If you are fortunate enough to have a provider that refuses, then yes you can simply...
  9. P

    Automatically Delete Voicemail After Email - BUG

    I'll test this and apply a patch if necessary.
  10. P

    Changed Default Username

    @mcs3ss2 confirmed that this is now working for him.
  11. P

    2fa email template

    But you should change the APP name to yours so it doesn't show "FS PBX" if you are white-labeling.
  12. P

    2fa email template

    FS PBX generates its own email for this, and it can't be customized at the moment. You can fill in your company info in Default Settings -> email settings. So that line is not empty.
  13. P

    Changed Default Username

    I meant, now that you have changed the .env file, are you accessing the PBX by going to https://pbx.mydomain.com.au? After the initial installation, you accessed it using the external IP. However, once you update the .env file, you must use your URL instead. Your screenshot looks fine to me.
  14. P

    Changed Default Username

    something to do with the session variable not matching. You are on https://pbx.mydomaincom.au and not anything else, right? Once you set that in your .env file, that's the only URL you need to use. Make sure there are no spelling mistakes. Yesterday, a client missed one letter in their domain...
  15. P

    Changed Default Username

    @mcs3ss2 What error are you getting? Did you run `php artisan config:cache` after updating the .env file? We have a superadmin password restore script if it's a password issue. https://www.fspbx.com/docs/configuration/users-and-groups/how-to-reset-superadmin-password/
  16. P

    Is it Me?

    @mcs3ss2, I'm happy to have a quick Zoom call to walk you through and show what we've built. FS PBX offers much more than what we can easily explain in our wiki pages or forum posts. It was developed by a VoIP provider for other VoIP providers, so we understand the business thoroughly and know...
  17. P

    adding members to ring group not working

    To show the caller ID prefix for ring groups, simply enable the permission to see it. It will work the same as on the Phone Number page. I'll think of ways to redesign the Add Ring Group Members button to make it more visible. Thanks to all for your feedback.
  18. P

    autoprovision yealink t58v

    The setting in the default settings only applies to any future added lines to devices. It doesn't override what's already saved for current devices. You need to go to Device Line settings -> Advanced and switch to TLS there and adjust the port, then save the line. No other settings need to be...
  19. P

    SSL from GoDaddy

    Oh, that changes the story. You can buy a single domain certificate. Your phones should be registered to the same domain. Usually, your main DNS record points to your server. Only if you prefer dual registration in the future, when you have 2 servers, and if your phones support it, then you...
  20. P

    SSL from GoDaddy

    Just use a single domain Let's Encrypt certificate until then. It's free. With FS PBX you don't need a to have a certificate that covers each tenant domain. Everyone will be logging in using your main PBX domain and their email. https://www.fspbx.com/docs/configuration/web-server/lets-encrypt/