Recent content by pbxgeek

  1. 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...
  2. 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...
  3. P

    Automatically Delete Voicemail After Email - BUG

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

    Changed Default Username

    @mcs3ss2 confirmed that this is now working for him.
  5. 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.
  6. 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.
  7. 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.
  8. 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...
  9. 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/
  10. 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...
  11. 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.
  12. 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...
  13. 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...
  14. 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/
  15. P

    SSL from GoDaddy

    Do you have one FSPBX server or two redundant servers?